#422803

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

Shades of Cocoa Brown #422803

Tints of Cocoa Brown #422803

Color information

#422803 (or 0x422803) is unknown color: approx Cocoa Brown. HEX triplet: 42, 28 and 03. RGB value is (66,40,3). Sum of RGB (Red+Green+Blue) = 66+40+3=109 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60.55% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 3 (1.56% from 255 or 2.75% from 109); Max value from RGB is 66 - color contains mainly: red. Hex color #422803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422803 is #BDD7FC. Grayscale: #2B2B2B. Windows color (decimal): -12441597 or 206914. OLE color: 206914.

HSL color Cylindrical-coordinate representation of color #422803: hue angle of 35.24º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #422803 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.74.

Color convert

RGB66403-
CMYK00.390.950.74
HSL35.24º91.3%13.53%-
HSV(B)35.24º95.45%25.88%-
XYZ3.022.680.44-
YUV43.56105.11144.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 60.55%
GREEN value IS 40 (16.02% from 255) = 36.70%
BLUE value IS 3 (1.56% from 255) = 2.75%
R=60.55%
G=36.70%
B=2.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.95
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6640300.390.950.7435.2491.313.53
Hex422830275F4A235be
Octal1025030471371124313316
Binary10000101010001101001111011111100101010001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422803; }

 p { color: rgb(66,40,3); }

 H1.HeaderClassName
 {
   color: #422803;
 }
 .AnyTagClassName
 {
   color: #422803;
 }
</style>
background-color css

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

 a { background-color: rgb(66,40,3); }

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

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

 span { border-color: rgb(66,40,3); }

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