Html Css Color HEX #422A04 Cocoa Brown

📋 copy color: '#422A04'

red 66 ◦ green 42 ◦ blue 4

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

Shades of Cocoa Brown #422A04

Tints of Cocoa Brown #422A04

RGB

 RED value IS 66 (26.17% from 255) = 58.93%

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

 BLUE value IS 4 (1.95% from 255) = 3.57%

R = 58.93%
G = 37.5%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.74

RGB Variations

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

Color information

#422A04 (or 0x422A04) is known color: Cocoa Brown. HEX triplet: 42, 2A and 04. RGB value is (66,42,4). Sum of RGB (Red+Green+Blue) = 66+42+4=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 42 (16.80% from 255 or 37.5% from 112); Blue value is 4 (1.95% from 255 or 3.57% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #422A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422A04 is #BDD5FB. Grayscale: #2D2D2D. Windows color (decimal): -12441084 or 272962. OLE color: 272962.

HSL color Cylindrical-coordinate representation of color #422A04: hue angle of 36.77º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #422A04 is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 42 4 -
CMYK 0 0.36 0.94 0.74
HSL 36.77º 0.89% 0.14% -
HSV(B) 36.77º 0.94% 0.26% -
XYZ 3.1 2.82 0.5 -
YUV 44.84 104.95 143.09 -
System Red Green Blue C M Y K H S L
Decimal 66 42 4 0 0.36 0.94 0.74 36.77 0.89 0.14
Hex 42 2A 4 0 24 5E 4A 25 59 E
Octal 102 52 4 0 44 136 112 45 131 16
Binary 1000010 101010 100 0 100100 1011110 1001010 100101 1011001 1110

Color Harmonies of #422A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422A04

Black with #422A04

Text Example


Text Example

White with #422A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422A04; }

 p { color: rgb(66,42,4); }

 H1.HeaderClassName
 {
   color: #422A04;
 }
 .AnyTagClassName
 {
   color: #422A04;
 }
</style>

background-color css

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

 a { background-color: rgb(66,42,4); }

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

border-color css

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

 span { border-color: rgb(66,42,4); }

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