#412102

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

Shades of Cocoa Brown #412102

Tints of Cocoa Brown #412102

Color information

#412102 (or 0x412102) is unknown color: approx Cocoa Brown. HEX triplet: 41, 21 and 02. RGB value is (65,33,2). Sum of RGB (Red+Green+Blue) = 65+33+2=100 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65% from 100); Green value is 33 (13.28% from 255 or 33% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 65 - color contains mainly: red. Hex color #412102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412102 is #BEDEFD. Grayscale: #272727. Windows color (decimal): -12508926 or 139585. OLE color: 139585.

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

Color convert

RGB65332-
CMYK00.490.970.75
HSL29.52º94.03%13.14%-
HSV(B)29.52º96.92%25.49%-
XYZ2.732.220.34-
YUV39.03107.1146.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 65%
GREEN value IS 33 (13.28% from 255) = 33%
BLUE value IS 2 (1.17% from 255) = 2%
R=65%
G=33%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6533200.490.970.7529.5294.0313.14
Hex41212031614B1e5ed
Octal1014120611411133613615
Binary1000001100001100110001110000110010111111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412102; }

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

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

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

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

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

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

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

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