#3F1207

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

Shades of Seal Brown #3F1207

Tints of Seal Brown #3F1207

Color information

#3F1207 (or 0x3F1207) is unknown color: approx Seal Brown. HEX triplet: 3F, 12 and 07. RGB value is (63,18,7). Sum of RGB (Red+Green+Blue) = 63+18+7=88 (11% of max value = 765). Red value is 63 (25% from 255 or 71.59% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 7 (3.12% from 255 or 7.95% from 88); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1207 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1207 is #C0EDF8. Grayscale: #1E1E1E. Windows color (decimal): -12643833 or 463423. OLE color: 463423.

HSL color Cylindrical-coordinate representation of color #3F1207: hue angle of 11.79º 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 #3F1207 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB63187-
CMYK00.710.890.75
HSL11.79º80%13.73%-
HSV(B)11.79º88.89%24.71%-
XYZ2.31.50.37-
YUV30.2114.91151.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 71.59%
GREEN value IS 18 (7.42% from 255) = 20.45%
BLUE value IS 7 (3.12% from 255) = 7.95%
R=71.59%
G=20.45%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6318700.710.890.7511.798013.73
Hex3F127047594Bc50e
Octal7722701071311131412016
Binary111111100101110100011110110011001011110010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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