#412805

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

Shades of Cocoa Brown #412805

Tints of Cocoa Brown #412805

Color information

#412805 (or 0x412805) is unknown color: approx Cocoa Brown. HEX triplet: 41, 28 and 05. RGB value is (65,40,5). Sum of RGB (Red+Green+Blue) = 65+40+5=110 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.09% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 65 - color contains mainly: red. Hex color #412805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412805 is #BED7FA. Grayscale: #2B2B2B. Windows color (decimal): -12507131 or 337985. OLE color: 337985.

HSL color Cylindrical-coordinate representation of color #412805: hue angle of 35º 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 #412805 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB65405-
CMYK00.380.920.75
HSL35º85.71%13.73%-
HSV(B)35º92.31%25.49%-
XYZ2.972.650.5-
YUV43.48106.28143.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 59.09%
GREEN value IS 40 (16.02% from 255) = 36.36%
BLUE value IS 5 (2.34% from 255) = 4.55%
R=59.09%
G=36.36%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6540500.380.920.753585.7113.73
Hex412850265C4B2356e
Octal1015050461341134312616
Binary100000110100010101001101011100100101110001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412805; }

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

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

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

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

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

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

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

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