#400E06

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

Shades of Seal Brown #400E06

Tints of Seal Brown #400E06

Color information

#400E06 (or 0x400E06) is unknown color: approx Seal Brown. HEX triplet: 40, 0E and 06. RGB value is (64,14,6). Sum of RGB (Red+Green+Blue) = 64+14+6=84 (11% of max value = 765). Red value is 64 (25.39% from 255 or 76.19% from 84); Green value is 14 (5.86% from 255 or 16.67% from 84); Blue value is 6 (2.73% from 255 or 7.14% from 84); Max value from RGB is 64 - color contains mainly: red. Hex color #400E06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400E06 is #BFF1F9. Grayscale: #1C1C1C. Windows color (decimal): -12579322 or 396864. OLE color: 396864.

HSL color Cylindrical-coordinate representation of color #400E06: hue angle of 8.28º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400E06 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB64146-
CMYK00.780.910.75
HSL8.28º82.86%13.73%-
HSV(B)8.28º90.62%25.1%-
XYZ2.31.420.32-
YUV28.04115.56153.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 76.19%
GREEN value IS 14 (5.86% from 255) = 16.67%
BLUE value IS 6 (2.73% from 255) = 7.14%
R=76.19%
G=16.67%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6414600.780.910.758.2882.8613.73
Hex40E604E5B4B853e
Octal10016601161331131012316
Binary100000011101100100111010110111001011100010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400E06; }

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

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

<style>
 a { background-color: #400E06; }

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

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

<style>
 span { border-color: #400E06; }

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

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