Html Css Color HEX #422200 Cocoa Brown

📋 copy color: '#422200'

red 66 ◦ green 34 ◦ blue 0

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

Shades of Cocoa Brown #422200

Tints of Cocoa Brown #422200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 34%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66%
G = 34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#422200 (or 0x422200) is known color: Cocoa Brown. HEX triplet: 42, 22 and 00. RGB value is (66,34,0). Sum of RGB (Red+Green+Blue) = 66+34+0=100 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 66 - color contains mainly: red. Hex color #422200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422200 is #BDDDFF. Grayscale: #272727. Windows color (decimal): -12443136 or 8770. OLE color: 8770.

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

Color convert

RGB 66 34 0 -
CMYK 0 0.48 1 0.74
HSL 30.91º 1% 0.13% -
HSV(B) 30.91º 1% 0.26% -
XYZ 2.82 2.3 0.3 -
YUV 39.69 105.6 146.76 -
System Red Green Blue C M Y K H S L
Decimal 66 34 0 0 0.48 1 0.74 30.91 1 0.13
Hex 42 22 0 0 30 64 4A 1F 64 D
Octal 102 42 0 0 60 144 112 37 144 15
Binary 1000010 100010 0 0 110000 1100100 1001010 11111 1100100 1101

Color Harmonies of #422200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422200

Black with #422200

Text Example


Text Example

White with #422200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422200; }

 p { color: rgb(66,34,0); }

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

background-color css

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

 a { background-color: rgb(66,34,0); }

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

border-color css

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

 span { border-color: rgb(66,34,0); }

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