Html Css Color HEX #422800 Cocoa Brown

📋 copy color: '#422800'

red 66 ◦ green 40 ◦ blue 0

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

Shades of Cocoa Brown #422800

Tints of Cocoa Brown #422800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 37.74%

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

R = 62.26%
G = 37.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#422800 (or 0x422800) is known color: Cocoa Brown. HEX triplet: 42, 28 and 00. RGB value is (66,40,0). Sum of RGB (Red+Green+Blue) = 66+40+0=106 (14% of max value = 765). Red value is 66 (26.17% from 255 or 62.26% from 106); Green value is 40 (16.02% from 255 or 37.74% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 66 - color contains mainly: red. Hex color #422800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422800 is #BDD7FF. Grayscale: #2B2B2B. Windows color (decimal): -12441600 or 10306. OLE color: 10306.

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

Color convert

RGB 66 40 0 -
CMYK 0 0.39 1 0.74
HSL 36.36º 1% 0.13% -
HSV(B) 36.36º 1% 0.26% -
XYZ 3.01 2.68 0.36 -
YUV 43.21 103.61 144.25 -
System Red Green Blue C M Y K H S L
Decimal 66 40 0 0 0.39 1 0.74 36.36 1 0.13
Hex 42 28 0 0 27 64 4A 24 64 D
Octal 102 50 0 0 47 144 112 44 144 15
Binary 1000010 101000 0 0 100111 1100100 1001010 100100 1100100 1101

Color Harmonies of #422800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422800

Black with #422800

Text Example


Text Example

White with #422800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422800; }

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

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

background-color css

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

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

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

border-color css

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

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

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