#422602

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

Shades of Cocoa Brown #422602

Tints of Cocoa Brown #422602

Color information

#422602 (or 0x422602) is unknown color: approx Cocoa Brown. HEX triplet: 42, 26 and 02. RGB value is (66,38,2). Sum of RGB (Red+Green+Blue) = 66+38+2=106 (14% of max value = 765). Red value is 66 (26.17% from 255 or 62.26% from 106); Green value is 38 (15.23% from 255 or 35.85% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 66 - color contains mainly: red. Hex color #422602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422602 is #BDD9FD. Grayscale: #2A2A2A. Windows color (decimal): -12442110 or 140866. OLE color: 140866.

HSL color Cylindrical-coordinate representation of color #422602: hue angle of 33.75º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #422602 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.74.

Color convert

RGB66382-
CMYK00.420.970.74
HSL33.75º94.12%13.33%-
HSV(B)33.75º96.97%25.88%-
XYZ2.952.550.39-
YUV42.27105.28144.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 62.26%
GREEN value IS 38 (15.23% from 255) = 35.85%
BLUE value IS 2 (1.17% from 255) = 1.89%
R=62.26%
G=35.85%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6638200.420.970.7433.7594.1213.33
Hex4226202A614A225ed
Octal1024620521411124213615
Binary10000101001101001010101100001100101010001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422602; }

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

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

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

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

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

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

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

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