Html Css Color HEX #422900 Cocoa Brown

📋 copy color: '#422900'

red 66 ◦ green 41 ◦ blue 0

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

Shades of Cocoa Brown #422900

Tints of Cocoa Brown #422900

RGB

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

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

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

R = 61.68%
G = 38.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#422900 (or 0x422900) is known color: Cocoa Brown. HEX triplet: 42, 29 and 00. RGB value is (66,41,0). Sum of RGB (Red+Green+Blue) = 66+41+0=107 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.68% from 107); Green value is 41 (16.41% from 255 or 38.32% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 66 - color contains mainly: red. Hex color #422900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422900 is #BDD6FF. Grayscale: #2B2B2B. Windows color (decimal): -12441344 or 10562. OLE color: 10562.

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

Color convert

RGB 66 41 0 -
CMYK 0 0.38 1 0.74
HSL 37.27º 1% 0.13% -
HSV(B) 37.27º 1% 0.26% -
XYZ 3.04 2.74 0.37 -
YUV 43.8 103.28 143.83 -
System Red Green Blue C M Y K H S L
Decimal 66 41 0 0 0.38 1 0.74 37.27 1 0.13
Hex 42 29 0 0 26 64 4A 25 64 D
Octal 102 51 0 0 46 144 112 45 144 15
Binary 1000010 101001 0 0 100110 1100100 1001010 100101 1100100 1101

Color Harmonies of #422900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422900

Black with #422900

Text Example


Text Example

White with #422900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422900; }

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

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

background-color css

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

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

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

border-color css

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

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

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