#3F1007

Color #3F1007 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #3F1007

Tints of Seal Brown #3F1007

Color information

#3F1007 (or 0x3F1007) is unknown color: approx Seal Brown. HEX triplet: 3F, 10 and 07. RGB value is (63,16,7). Sum of RGB (Red+Green+Blue) = 63+16+7=86 (11% of max value = 765). Red value is 63 (25% from 255 or 73.26% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 7 (3.12% from 255 or 8.14% from 86); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1007 is #C0EFF8. Grayscale: #1D1D1D. Windows color (decimal): -12644345 or 462911. OLE color: 462911.

HSL color Cylindrical-coordinate representation of color #3F1007: hue angle of 9.64º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F1007 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB63167-
CMYK00.750.890.75
HSL9.64º80%13.73%-
HSV(B)9.64º88.89%24.71%-
XYZ2.271.440.36-
YUV29.03115.57152.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 73.26%
GREEN value IS 16 (6.64% from 255) = 18.60%
BLUE value IS 7 (3.12% from 255) = 8.14%
R=73.26%
G=18.60%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6316700.750.890.759.648013.73
Hex3F10704B594Ba50e
Octal7720701131311131212016
Binary111111100001110100101110110011001011101010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F1007; }

 p { color: rgb(63,16,7); }

 H1.HeaderClassName
 {
   color: #3F1007;
 }
 .AnyTagClassName
 {
   color: #3F1007;
 }
</style>
background-color css

<style>
 a { background-color: #3F1007; }

 a { background-color: rgb(63,16,7); }

 div.DivClassName
 {
   background-color: #3F1007;
 }
 .BgClassName
 {
   background-color: #3F1007;
 }
</style>
border-color css

<style>
 span { border-color: #3F1007; }

 span { border-color: rgb(63,16,7); }

 td.TdClassName
 {
   border-color: #3F1007;
 }
 .TagClassName
 {
   border-color: #3F1007;
 }
</style>