Html Css Color HEX #422A00 Cocoa Brown

📋 copy color: '#422A00'

red 66 ◦ green 42 ◦ blue 0

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

Shades of Cocoa Brown #422A00

Tints of Cocoa Brown #422A00

RGB

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

 GREEN value IS 42 (16.8% from 255) = 38.89%

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

R = 61.11%
G = 38.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#422A00 (or 0x422A00) is known color: Cocoa Brown. HEX triplet: 42, 2A and 00. RGB value is (66,42,0). Sum of RGB (Red+Green+Blue) = 66+42+0=108 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.11% from 108); Green value is 42 (16.80% from 255 or 38.89% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 66 - color contains mainly: red. Hex color #422A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422A00 is #BDD5FF. Grayscale: #2C2C2C. Windows color (decimal): -12441088 or 10818. OLE color: 10818.

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

Color convert

RGB 66 42 0 -
CMYK 0 0.36 1 0.74
HSL 38.18º 1% 0.13% -
HSV(B) 38.18º 1% 0.26% -
XYZ 3.07 2.81 0.38 -
YUV 44.39 102.95 143.42 -
System Red Green Blue C M Y K H S L
Decimal 66 42 0 0 0.36 1 0.74 38.18 1 0.13
Hex 42 2A 0 0 24 64 4A 26 64 D
Octal 102 52 0 0 44 144 112 46 144 15
Binary 1000010 101010 0 0 100100 1100100 1001010 100110 1100100 1101

Color Harmonies of #422A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422A00

Black with #422A00

Text Example


Text Example

White with #422A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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