#412802

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

Shades of Cocoa Brown #412802

Tints of Cocoa Brown #412802

Color information

#412802 (or 0x412802) is unknown color: approx Cocoa Brown. HEX triplet: 41, 28 and 02. RGB value is (65,40,2). Sum of RGB (Red+Green+Blue) = 65+40+2=107 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.75% from 107); Green value is 40 (16.02% from 255 or 37.38% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 65 - color contains mainly: red. Hex color #412802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412802 is #BED7FD. Grayscale: #2B2B2B. Windows color (decimal): -12507134 or 141377. OLE color: 141377.

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

Color convert

RGB65402-
CMYK00.380.970.75
HSL36.19º94.03%13.14%-
HSV(B)36.19º96.92%25.49%-
XYZ2.952.650.41-
YUV43.14104.78143.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 60.75%
GREEN value IS 40 (16.02% from 255) = 37.38%
BLUE value IS 2 (1.17% from 255) = 1.87%
R=60.75%
G=37.38%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6540200.380.970.7536.1994.0313.14
Hex41282026614B245ed
Octal1015020461411134413615
Binary10000011010001001001101100001100101110010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412802; }

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

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

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

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

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

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

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

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