Html Css Color HEX #412A02 Cocoa Brown

📋 copy color: '#412A02'

red 65 ◦ green 42 ◦ blue 2

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

Shades of Cocoa Brown #412A02

Tints of Cocoa Brown #412A02

RGB

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

 GREEN value IS 42 (16.8% 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 value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#412A02 (or 0x412A02) is known color: 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

RGB 65 42 2 -
CMYK 0 0.35 0.97 0.75
HSL 38.1º 0.94% 0.13% -
HSV(B) 38.1º 0.97% 0.25% -
XYZ 3.02 2.78 0.44 -
YUV 44.32 104.12 142.75 -
System Red Green Blue C M Y K H S L
Decimal 65 42 2 0 0.35 0.97 0.75 38.1 0.94 0.13
Hex 41 2A 2 0 23 61 4B 26 5E D
Octal 101 52 2 0 43 141 113 46 136 15
Binary 1000001 101010 10 0 100011 1100001 1001011 100110 1011110 1101

Color Harmonies of #412A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412A02

Black with #412A02

Text Example


Text Example

White with #412A02

Text Example


Text Example

HTML Codes & Css Web 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>