#422802

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

Shades of Cocoa Brown #422802

Tints of Cocoa Brown #422802

Color information

#422802 (or 0x422802) is unknown color: approx Cocoa Brown. HEX triplet: 42, 28 and 02. RGB value is (66,40,2). Sum of RGB (Red+Green+Blue) = 66+40+2=108 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.11% from 108); Green value is 40 (16.02% from 255 or 37.04% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 66 - color contains mainly: red. Hex color #422802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422802 is #BDD7FD. Grayscale: #2B2B2B. Windows color (decimal): -12441598 or 141378. OLE color: 141378.

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

Color convert

RGB66402-
CMYK00.390.970.74
HSL35.62º94.12%13.33%-
HSV(B)35.62º96.97%25.88%-
XYZ3.022.680.42-
YUV43.44104.61144.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 61.11%
GREEN value IS 40 (16.02% from 255) = 37.04%
BLUE value IS 2 (1.17% from 255) = 1.85%
R=61.11%
G=37.04%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6640200.390.970.7435.6294.1213.33
Hex42282027614A245ed
Octal1025020471411124413615
Binary10000101010001001001111100001100101010010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422802; }

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

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

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

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

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

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

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

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