#412A02

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

Shades of Cocoa Brown #412A02

Tints of Cocoa Brown #412A02

Color information

#412A02 (or 0x412A02) is unknown color: approx Cocoa Brown. HEX triplet: 41, 2A and 02. RGB value is (65,42,2). Sum of RGB (Red+Green+Blue) = 65+42+2=109 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.63% from 109); Green value is 42 (16.80% from 255 or 38.53% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 65 - color contains mainly: red. Hex color #412A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412A02 is #BED5FD. Grayscale: #2C2C2C. Windows color (decimal): -12506622 or 141889. OLE color: 141889.

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

Color convert

RGB65422-
CMYK00.350.970.75
HSL38.1º94.03%13.14%-
HSV(B)38.1º96.92%25.49%-
XYZ3.022.780.44-
YUV44.32104.12142.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 59.63%
GREEN value IS 42 (16.80% from 255) = 38.53%
BLUE value IS 2 (1.17% from 255) = 1.83%
R=59.63%
G=38.53%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6542200.350.970.7538.194.0313.14
Hex412A2023614B265ed
Octal1015220431411134613615
Binary10000011010101001000111100001100101110011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412A02; }

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

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

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

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

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

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

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

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