#40120C

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

Shades of Seal Brown #40120C

Tints of Seal Brown #40120C

Color information

#40120C (or 0x40120C) is unknown color: approx Seal Brown. HEX triplet: 40, 12 and 0C. RGB value is (64,18,12). Sum of RGB (Red+Green+Blue) = 64+18+12=94 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.09% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 64 - color contains mainly: red. Hex color #40120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40120C is #BFEDF3. Grayscale: #1F1F1F. Windows color (decimal): -12578292 or 791104. OLE color: 791104.

HSL color Cylindrical-coordinate representation of color #40120C: hue angle of 6.92º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40120C is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB641812-
CMYK00.720.810.75
HSL6.92º68.42%14.9%-
HSV(B)6.92º81.25%25.1%-
XYZ2.41.550.52-
YUV31.07117.24151.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 68.09%
GREEN value IS 18 (7.42% from 255) = 19.15%
BLUE value IS 12 (5.08% from 255) = 12.77%
R=68.09%
G=19.15%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64181200.720.810.756.9268.4214.9
Hex4012C048514B744f
Octal10022140110121113710417
Binary1000000100101100010010001010001100101111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40120C; }

 p { color: rgb(64,18,12); }

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

<style>
 a { background-color: #40120C; }

 a { background-color: rgb(64,18,12); }

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

<style>
 span { border-color: #40120C; }

 span { border-color: rgb(64,18,12); }

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