#422400

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

Shades of Cocoa Brown #422400

Tints of Cocoa Brown #422400

Color information

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

RGB66360-
CMYK00.4510.74
HSL32.73º100%12.94%-
HSV(B)32.73º100%25.88%-
XYZ2.882.420.32-
YUV40.87104.94145.93-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6636000.4510.7432.7310012.94
Hex4224002D644A2164d
Octal1024400551441124114415
Binary1000010100100001011011100100100101010000111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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