#422600

Color #422600 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #422600

Tints of Cocoa Brown #422600

Color information

#422600 (or 0x422600) is unknown color: approx 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

RGB66380-
CMYK00.4210.74
HSL34.55º100%12.94%-
HSV(B)34.55º100%25.88%-
XYZ2.942.540.34-
YUV42.04104.28145.09-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6638000.4210.7434.5510012.94
Hex4226002A644A2364d
Octal1024600521441124314415
Binary1000010100110001010101100100100101010001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>