#412905

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

Shades of Cocoa Brown #412905

Tints of Cocoa Brown #412905

Color information

#412905 (or 0x412905) is unknown color: approx Cocoa Brown. HEX triplet: 41, 29 and 05. RGB value is (65,41,5). Sum of RGB (Red+Green+Blue) = 65+41+5=111 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.56% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 65 - color contains mainly: red. Hex color #412905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412905 is #BED6FA. Grayscale: #2C2C2C. Windows color (decimal): -12506875 or 338241. OLE color: 338241.

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

Color convert

RGB65415-
CMYK00.370.920.75
HSL36º85.71%13.73%-
HSV(B)36º92.31%25.49%-
XYZ32.720.51-
YUV44.07105.95142.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 58.56%
GREEN value IS 41 (16.41% from 255) = 36.94%
BLUE value IS 5 (2.34% from 255) = 4.50%
R=58.56%
G=36.94%
B=4.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6541500.370.920.753685.7113.73
Hex412950255C4B2456e
Octal1015150451341134412616
Binary100000110100110101001011011100100101110010010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412905; }

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

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

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

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

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

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

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

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