#412202

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

Shades of Cocoa Brown #412202

Tints of Cocoa Brown #412202

Color information

#412202 (or 0x412202) is unknown color: approx Cocoa Brown. HEX triplet: 41, 22 and 02. RGB value is (65,34,2). Sum of RGB (Red+Green+Blue) = 65+34+2=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #412202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412202 is #BEDDFD. Grayscale: #272727. Windows color (decimal): -12508670 or 139841. OLE color: 139841.

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

Color convert

RGB65342-
CMYK00.480.970.75
HSL30.48º94.03%13.14%-
HSV(B)30.48º96.92%25.49%-
XYZ2.762.270.35-
YUV39.62106.77146.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 64.36%
GREEN value IS 34 (13.67% from 255) = 33.66%
BLUE value IS 2 (1.17% from 255) = 1.98%
R=64.36%
G=33.66%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6534200.480.970.7530.4894.0313.14
Hex41222030614B1e5ed
Octal1014220601411133613615
Binary1000001100010100110000110000110010111111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412202; }

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

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

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

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

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

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

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

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