#412504

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

Shades of Cocoa Brown #412504

Tints of Cocoa Brown #412504

Color information

#412504 (or 0x412504) is unknown color: approx Cocoa Brown. HEX triplet: 41, 25 and 04. RGB value is (65,37,4). Sum of RGB (Red+Green+Blue) = 65+37+4=106 (14% of max value = 765). Red value is 65 (25.78% from 255 or 61.32% from 106); Green value is 37 (14.84% from 255 or 34.91% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 65 - color contains mainly: red. Hex color #412504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412504 is #BEDAFB. Grayscale: #292929. Windows color (decimal): -12507900 or 271681. OLE color: 271681.

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

Color convert

RGB65374-
CMYK00.430.940.75
HSL32.46º88.41%13.53%-
HSV(B)32.46º93.85%25.49%-
XYZ2.862.460.44-
YUV41.61106.78144.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 61.32%
GREEN value IS 37 (14.84% from 255) = 34.91%
BLUE value IS 4 (1.95% from 255) = 3.77%
R=61.32%
G=34.91%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6537400.430.940.7532.4688.4113.53
Hex4125402B5E4B2058e
Octal1014540531361134013016
Binary100000110010110001010111011110100101110000010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412504; }

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

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

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

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

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

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

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

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