#400C08

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

Shades of Seal Brown #400C08

Tints of Seal Brown #400C08

Color information

#400C08 (or 0x400C08) is unknown color: approx Seal Brown. HEX triplet: 40, 0C and 08. RGB value is (64,12,8). Sum of RGB (Red+Green+Blue) = 64+12+8=84 (11% of max value = 765). Red value is 64 (25.39% from 255 or 76.19% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 8 (3.52% from 255 or 9.52% from 84); Max value from RGB is 64 - color contains mainly: red. Hex color #400C08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400C08 is #BFF3F7. Grayscale: #1B1B1B. Windows color (decimal): -12579832 or 527424. OLE color: 527424.

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

Color convert

RGB64128-
CMYK00.810.870.75
HSL4.29º77.78%14.12%-
HSV(B)4.29º87.5%25.1%-
XYZ2.291.370.37-
YUV27.09117.23154.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 76.19%
GREEN value IS 12 (5.08% from 255) = 14.29%
BLUE value IS 8 (3.52% from 255) = 9.52%
R=76.19%
G=14.29%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6412800.810.870.754.2977.7814.12
Hex40C8051574B44ee
Octal10014100121127113411616
Binary100000011001000010100011010111100101110010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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