#412A08

Color #412A08 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #412A08

Tints of Cocoa Brown #412A08

Color information

#412A08 (or 0x412A08) is unknown color: approx Cocoa Brown. HEX triplet: 41, 2A and 08. RGB value is (65,42,8). Sum of RGB (Red+Green+Blue) = 65+42+8=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 42 (16.80% from 255 or 36.52% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #412A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412A08 is #BED5F7. Grayscale: #2D2D2D. Windows color (decimal): -12506616 or 535105. OLE color: 535105.

HSL color Cylindrical-coordinate representation of color #412A08: hue angle of 35.79º 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 #412A08 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.75.

Color convert

RGB65428-
CMYK00.350.880.75
HSL35.79º78.08%14.31%-
HSV(B)35.79º87.69%25.49%-
XYZ3.052.80.61-
YUV45107.12142.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.52%
GREEN value IS 42 (16.80% from 255) = 36.52%
BLUE value IS 8 (3.52% from 255) = 6.96%
R=56.52%
G=36.52%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.88
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6542800.350.880.7535.7978.0814.31
Hex412A8023584B244ee
Octal10152100431301134411616
Binary1000001101010100001000111011000100101110010010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412A08; }

 p { color: rgb(65,42,8); }

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

<style>
 a { background-color: #412A08; }

 a { background-color: rgb(65,42,8); }

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

<style>
 span { border-color: #412A08; }

 span { border-color: rgb(65,42,8); }

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