#412A05

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

Shades of Cocoa Brown #412A05

Tints of Cocoa Brown #412A05

Color information

#412A05 (or 0x412A05) is unknown color: approx Cocoa Brown. HEX triplet: 41, 2A and 05. RGB value is (65,42,5). Sum of RGB (Red+Green+Blue) = 65+42+5=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 42 (16.80% from 255 or 37.5% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #412A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412A05 is #BED5FA. Grayscale: #2C2C2C. Windows color (decimal): -12506619 or 338497. OLE color: 338497.

HSL color Cylindrical-coordinate representation of color #412A05: hue angle of 37º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #412A05 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB65425-
CMYK00.350.920.75
HSL37º85.71%13.73%-
HSV(B)37º92.31%25.49%-
XYZ3.042.790.52-
YUV44.66105.62142.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 58.04%
GREEN value IS 42 (16.80% from 255) = 37.5%
BLUE value IS 5 (2.34% from 255) = 4.46%
R=58.04%
G=37.5%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6542500.350.920.753785.7113.73
Hex412A50235C4B2556e
Octal1015250431341134512616
Binary100000110101010101000111011100100101110010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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