Html Css Color HEX #422602 Cocoa Brown

📋 copy color: '#422602'

red 66 ◦ green 38 ◦ blue 2

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

Shades of Cocoa Brown #422602

Tints of Cocoa Brown #422602

RGB

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

 GREEN value IS 38 (15.23% from 255) = 35.85%

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

R = 62.26%
G = 35.85%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#422602 (or 0x422602) is known color: Cocoa Brown. HEX triplet: 42, 26 and 02. RGB value is (66,38,2). Sum of RGB (Red+Green+Blue) = 66+38+2=106 (14% of max value = 765). Red value is 66 (26.17% from 255 or 62.26% from 106); Green value is 38 (15.23% from 255 or 35.85% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 66 - color contains mainly: red. Hex color #422602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422602 is #BDD9FD. Grayscale: #2A2A2A. Windows color (decimal): -12442110 or 140866. OLE color: 140866.

HSL color Cylindrical-coordinate representation of color #422602: hue angle of 33.75º 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 #422602 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 38 2 -
CMYK 0 0.42 0.97 0.74
HSL 33.75º 0.94% 0.13% -
HSV(B) 33.75º 0.97% 0.26% -
XYZ 2.95 2.55 0.39 -
YUV 42.27 105.28 144.93 -
System Red Green Blue C M Y K H S L
Decimal 66 38 2 0 0.42 0.97 0.74 33.75 0.94 0.13
Hex 42 26 2 0 2A 61 4A 22 5E D
Octal 102 46 2 0 52 141 112 42 136 15
Binary 1000010 100110 10 0 101010 1100001 1001010 100010 1011110 1101

Color Harmonies of #422602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422602

Black with #422602

Text Example


Text Example

White with #422602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422602; }

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

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

background-color css

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

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

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

border-color css

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

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

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