#40120E

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

Shades of Seal Brown #40120E

Tints of Seal Brown #40120E

Color information

#40120E (or 0x40120E) is unknown color: approx Seal Brown. HEX triplet: 40, 12 and 0E. RGB value is (64,18,14). Sum of RGB (Red+Green+Blue) = 64+18+14=96 (12% of max value = 765). Red value is 64 (25.39% from 255 or 66.67% from 96); Green value is 18 (7.42% from 255 or 18.75% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 64 - color contains mainly: red. Hex color #40120E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40120E is #BFEDF1. Grayscale: #1F1F1F. Windows color (decimal): -12578290 or 922176. OLE color: 922176.

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

Color convert

RGB641814-
CMYK00.720.780.75
HSL4.8º64.1%15.29%-
HSV(B)4.8º78.12%25.1%-
XYZ2.411.550.59-
YUV31.3118.24151.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 66.67%
GREEN value IS 18 (7.42% from 255) = 18.75%
BLUE value IS 14 (5.86% from 255) = 14.58%
R=66.67%
G=18.75%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64181400.720.780.754.864.115.29
Hex4012E0484E4B540f
Octal10022160110116113510017
Binary1000000100101110010010001001110100101110110000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40120E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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