#412402

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

Shades of Cocoa Brown #412402

Tints of Cocoa Brown #412402

Color information

#412402 (or 0x412402) is unknown color: approx Cocoa Brown. HEX triplet: 41, 24 and 02. RGB value is (65,36,2). Sum of RGB (Red+Green+Blue) = 65+36+2=103 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.11% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 65 - color contains mainly: red. Hex color #412402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412402 is #BEDBFD. Grayscale: #282828. Windows color (decimal): -12508158 or 140353. OLE color: 140353.

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

Color convert

RGB65362-
CMYK00.450.970.75
HSL32.38º94.03%13.14%-
HSV(B)32.38º96.92%25.49%-
XYZ2.822.390.37-
YUV40.79106.11145.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 63.11%
GREEN value IS 36 (14.45% from 255) = 34.95%
BLUE value IS 2 (1.17% from 255) = 1.94%
R=63.11%
G=34.95%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6536200.450.970.7532.3894.0313.14
Hex4124202D614B205ed
Octal1014420551411134013615
Binary10000011001001001011011100001100101110000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412402; }

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

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

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

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

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

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

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

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