#412404

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

Shades of Cocoa Brown #412404

Tints of Cocoa Brown #412404

Color information

#412404 (or 0x412404) is unknown color: approx Cocoa Brown. HEX triplet: 41, 24 and 04. RGB value is (65,36,4). Sum of RGB (Red+Green+Blue) = 65+36+4=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 4 (1.95% from 255 or 3.81% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #412404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412404 is #BEDBFB. Grayscale: #292929. Windows color (decimal): -12508156 or 271425. OLE color: 271425.

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

Color convert

RGB65364-
CMYK00.450.940.75
HSL31.48º88.41%13.53%-
HSV(B)31.48º93.85%25.49%-
XYZ2.832.390.43-
YUV41.02107.11145.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 61.90%
GREEN value IS 36 (14.45% from 255) = 34.29%
BLUE value IS 4 (1.95% from 255) = 3.81%
R=61.90%
G=34.29%
B=3.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6536400.450.940.7531.4888.4113.53
Hex4124402D5E4B1f58e
Octal1014440551361133713016
Binary10000011001001000101101101111010010111111110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412404; }

 p { color: rgb(65,36,4); }

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

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

 a { background-color: rgb(65,36,4); }

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

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

 span { border-color: rgb(65,36,4); }

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