Html Css Color HEX #422400 Cocoa Brown

📋 copy color: '#422400'

red 66 ◦ green 36 ◦ blue 0

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

Shades of Cocoa Brown #422400

Tints of Cocoa Brown #422400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 35.29%

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

R = 64.71%
G = 35.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#422400 (or 0x422400) is known color: Cocoa Brown. HEX triplet: 42, 24 and 00. RGB value is (66,36,0). Sum of RGB (Red+Green+Blue) = 66+36+0=102 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.71% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 66 - color contains mainly: red. Hex color #422400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422400 is #BDDBFF. Grayscale: #292929. Windows color (decimal): -12442624 or 9282. OLE color: 9282.

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

Color convert

RGB 66 36 0 -
CMYK 0 0.45 1 0.74
HSL 32.73º 1% 0.13% -
HSV(B) 32.73º 1% 0.26% -
XYZ 2.88 2.42 0.32 -
YUV 40.87 104.94 145.93 -
System Red Green Blue C M Y K H S L
Decimal 66 36 0 0 0.45 1 0.74 32.73 1 0.13
Hex 42 24 0 0 2D 64 4A 21 64 D
Octal 102 44 0 0 55 144 112 41 144 15
Binary 1000010 100100 0 0 101101 1100100 1001010 100001 1100100 1101

Color Harmonies of #422400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422400

Black with #422400

Text Example


Text Example

White with #422400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422400; }

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

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

background-color css

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

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

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

border-color css

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

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

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