#422603

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

Shades of Cocoa Brown #422603

Tints of Cocoa Brown #422603

Color information

#422603 (or 0x422603) is unknown color: approx Cocoa Brown. HEX triplet: 42, 26 and 03. RGB value is (66,38,3). Sum of RGB (Red+Green+Blue) = 66+38+3=107 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.68% from 107); Green value is 38 (15.23% from 255 or 35.51% from 107); Blue value is 3 (1.56% from 255 or 2.80% from 107); Max value from RGB is 66 - color contains mainly: red. Hex color #422603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422603 is #BDD9FC. Grayscale: #2A2A2A. Windows color (decimal): -12442109 or 206402. OLE color: 206402.

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

Color convert

RGB66383-
CMYK00.420.950.74
HSL33.33º91.3%13.53%-
HSV(B)33.33º95.45%25.88%-
XYZ2.962.550.42-
YUV42.38105.78144.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 61.68%
GREEN value IS 38 (15.23% from 255) = 35.51%
BLUE value IS 3 (1.56% from 255) = 2.80%
R=61.68%
G=35.51%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.95
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6638300.420.950.7433.3391.313.53
Hex4226302A5F4A215be
Octal1024630521371124113316
Binary10000101001101101010101011111100101010000110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422603; }

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

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

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

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

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

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

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

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