#422302

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

Shades of Cocoa Brown #422302

Tints of Cocoa Brown #422302

Color information

#422302 (or 0x422302) is unknown color: approx Cocoa Brown. HEX triplet: 42, 23 and 02. RGB value is (66,35,2). Sum of RGB (Red+Green+Blue) = 66+35+2=103 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.08% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 66 - color contains mainly: red. Hex color #422302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422302 is #BDDCFD. Grayscale: #282828. Windows color (decimal): -12442878 or 140098. OLE color: 140098.

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

Color convert

RGB66352-
CMYK00.470.970.74
HSL30.94º94.12%13.33%-
HSV(B)30.94º96.97%25.88%-
XYZ2.862.360.36-
YUV40.51106.27146.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 64.08%
GREEN value IS 35 (14.06% from 255) = 33.98%
BLUE value IS 2 (1.17% from 255) = 1.94%
R=64.08%
G=33.98%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6635200.470.970.7430.9494.1213.33
Hex4223202F614A1f5ed
Octal1024320571411123713615
Binary1000010100011100101111110000110010101111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422302; }

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

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

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

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

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

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

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

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