#40140C

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

Shades of Seal Brown #40140C

Tints of Seal Brown #40140C

Color information

#40140C (or 0x40140C) is unknown color: approx Seal Brown. HEX triplet: 40, 14 and 0C. RGB value is (64,20,12). Sum of RGB (Red+Green+Blue) = 64+20+12=96 (12% of max value = 765). Red value is 64 (25.39% from 255 or 66.67% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 64 - color contains mainly: red. Hex color #40140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40140C is #BFEBF3. Grayscale: #202020. Windows color (decimal): -12577780 or 791616. OLE color: 791616.

HSL color Cylindrical-coordinate representation of color #40140C: hue angle of 9.23º 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 #40140C is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB642012-
CMYK00.690.810.75
HSL9.23º68.42%14.9%-
HSV(B)9.23º81.25%25.1%-
XYZ2.431.620.53-
YUV32.24116.58150.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 66.67%
GREEN value IS 20 (8.20% from 255) = 20.83%
BLUE value IS 12 (5.08% from 255) = 12.5%
R=66.67%
G=20.83%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64201200.690.810.759.2368.4214.9
Hex4014C045514B944f
Octal100241401051211131110417
Binary10000001010011000100010110100011001011100110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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