Html Css Color HEX #422902 Cocoa Brown

📋 copy color: '#422902'

red 66 ◦ green 41 ◦ blue 2

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

Shades of Cocoa Brown #422902

Tints of Cocoa Brown #422902

RGB

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

 GREEN value IS 41 (16.41% from 255) = 37.61%

 BLUE value IS 2 (1.17% from 255) = 1.83%

R = 60.55%
G = 37.61%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#422902 (or 0x422902) is known color: Cocoa Brown. HEX triplet: 42, 29 and 02. RGB value is (66,41,2). Sum of RGB (Red+Green+Blue) = 66+41+2=109 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60.55% from 109); Green value is 41 (16.41% from 255 or 37.61% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 66 - color contains mainly: red. Hex color #422902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422902 is #BDD6FD. Grayscale: #2C2C2C. Windows color (decimal): -12441342 or 141634. OLE color: 141634.

HSL color Cylindrical-coordinate representation of color #422902: hue angle of 36.56º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #422902 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 41 2 -
CMYK 0 0.38 0.97 0.74
HSL 36.56º 0.94% 0.13% -
HSV(B) 36.56º 0.97% 0.26% -
XYZ 3.05 2.75 0.43 -
YUV 44.03 104.28 143.67 -
System Red Green Blue C M Y K H S L
Decimal 66 41 2 0 0.38 0.97 0.74 36.56 0.94 0.13
Hex 42 29 2 0 26 61 4A 25 5E D
Octal 102 51 2 0 46 141 112 45 136 15
Binary 1000010 101001 10 0 100110 1100001 1001010 100101 1011110 1101

Color Harmonies of #422902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422902

Black with #422902

Text Example


Text Example

White with #422902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422902; }

 p { color: rgb(66,41,2); }

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

background-color css

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

 a { background-color: rgb(66,41,2); }

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

border-color css

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

 span { border-color: rgb(66,41,2); }

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