#412A01

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

Shades of Cocoa Brown #412A01

Tints of Cocoa Brown #412A01

Color information

#412A01 (or 0x412A01) is unknown color: approx Cocoa Brown. HEX triplet: 41, 2A and 01. RGB value is (65,42,1). Sum of RGB (Red+Green+Blue) = 65+42+1=108 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.19% from 108); Green value is 42 (16.80% from 255 or 38.89% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 65 - color contains mainly: red. Hex color #412A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412A01 is #BED5FE. Grayscale: #2C2C2C. Windows color (decimal): -12506623 or 76353. OLE color: 76353.

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

Color convert

RGB65421-
CMYK00.350.980.75
HSL38.44º96.97%12.94%-
HSV(B)38.44º98.46%25.49%-
XYZ3.012.780.41-
YUV44.2103.62142.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 60.19%
GREEN value IS 42 (16.80% from 255) = 38.89%
BLUE value IS 1 (0.78% from 255) = 0.93%
R=60.19%
G=38.89%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6542100.350.980.7538.4496.9712.94
Hex412A1023624B2661d
Octal1015210431421134614115
Binary1000001101010101000111100010100101110011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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