#412806

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

Shades of Cocoa Brown #412806

Tints of Cocoa Brown #412806

Color information

#412806 (or 0x412806) is unknown color: approx Cocoa Brown. HEX triplet: 41, 28 and 06. RGB value is (65,40,6). Sum of RGB (Red+Green+Blue) = 65+40+6=111 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.56% from 111); Green value is 40 (16.02% from 255 or 36.04% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 65 - color contains mainly: red. Hex color #412806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412806 is #BED7F9. Grayscale: #2B2B2B. Windows color (decimal): -12507130 or 403521. OLE color: 403521.

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

Color convert

RGB65406-
CMYK00.380.910.75
HSL34.58º83.1%13.92%-
HSV(B)34.58º90.77%25.49%-
XYZ2.972.650.53-
YUV43.6106.78143.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 58.56%
GREEN value IS 40 (16.02% from 255) = 36.04%
BLUE value IS 6 (2.73% from 255) = 5.41%
R=58.56%
G=36.04%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6540600.380.910.7534.5883.113.92
Hex412860265B4B2353e
Octal1015060461331134312316
Binary100000110100011001001101011011100101110001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412806; }

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

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

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

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

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

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

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

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