Html Css Color HEX #422600 Cocoa Brown

📋 copy color: '#422600'

red 66 ◦ green 38 ◦ blue 0

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

Shades of Cocoa Brown #422600

Tints of Cocoa Brown #422600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 36.54%

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

R = 63.46%
G = 36.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#422600 (or 0x422600) is known color: Cocoa Brown. HEX triplet: 42, 26 and 00. RGB value is (66,38,0). Sum of RGB (Red+Green+Blue) = 66+38+0=104 (13% of max value = 765). Red value is 66 (26.17% from 255 or 63.46% from 104); Green value is 38 (15.23% from 255 or 36.54% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 66 - color contains mainly: red. Hex color #422600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422600 is #BDD9FF. Grayscale: #2A2A2A. Windows color (decimal): -12442112 or 9794. OLE color: 9794.

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

Color convert

RGB 66 38 0 -
CMYK 0 0.42 1 0.74
HSL 34.55º 1% 0.13% -
HSV(B) 34.55º 1% 0.26% -
XYZ 2.94 2.54 0.34 -
YUV 42.04 104.28 145.09 -
System Red Green Blue C M Y K H S L
Decimal 66 38 0 0 0.42 1 0.74 34.55 1 0.13
Hex 42 26 0 0 2A 64 4A 23 64 D
Octal 102 46 0 0 52 144 112 43 144 15
Binary 1000010 100110 0 0 101010 1100100 1001010 100011 1100100 1101

Color Harmonies of #422600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422600

Black with #422600

Text Example


Text Example

White with #422600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422600; }

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

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

background-color css

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

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

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

border-color css

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

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

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