Html Css Color HEX #412A06 Cocoa Brown

📋 copy color: '#412A06'

red 65 ◦ green 42 ◦ blue 6

#412A06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #412A06

Tints of Cocoa Brown #412A06

RGB

 RED value IS 65 (25.78% from 255) = 57.52%

 GREEN value IS 42 (16.8% from 255) = 37.17%

 BLUE value IS 6 (2.73% from 255) = 5.31%

R = 57.52%
G = 37.17%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#412A06 (or 0x412A06) is known color: Cocoa Brown. HEX triplet: 41, 2A and 06. RGB value is (65,42,6). Sum of RGB (Red+Green+Blue) = 65+42+6=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 42 (16.80% from 255 or 37.17% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #412A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412A06 is #BED5F9. Grayscale: #2C2C2C. Windows color (decimal): -12506618 or 404033. OLE color: 404033.

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

Color convert

RGB 65 42 6 -
CMYK 0 0.35 0.91 0.75
HSL 36.61º 0.83% 0.14% -
HSV(B) 36.61º 0.91% 0.25% -
XYZ 3.04 2.79 0.55 -
YUV 44.77 106.12 142.43 -
System Red Green Blue C M Y K H S L
Decimal 65 42 6 0 0.35 0.91 0.75 36.61 0.83 0.14
Hex 41 2A 6 0 23 5B 4B 25 53 E
Octal 101 52 6 0 43 133 113 45 123 16
Binary 1000001 101010 110 0 100011 1011011 1001011 100101 1010011 1110

Color Harmonies of #412A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412A06

Black with #412A06

Text Example


Text Example

White with #412A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #412A06;
 }
 .AnyTagClassName
 {
   color: #412A06;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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