#402502

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

Shades of Cocoa Brown #402502

Tints of Cocoa Brown #402502

Color information

#402502 (or 0x402502) is unknown color: approx Cocoa Brown. HEX triplet: 40, 25 and 02. RGB value is (64,37,2). Sum of RGB (Red+Green+Blue) = 64+37+2=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #402502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402502 is #BFDAFD. Grayscale: #292929. Windows color (decimal): -12573438 or 140608. OLE color: 140608.

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

Color convert

RGB64372-
CMYK00.420.970.75
HSL33.87º93.94%12.94%-
HSV(B)33.87º96.88%25.1%-
XYZ2.792.420.38-
YUV41.08105.95144.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 62.14%
GREEN value IS 37 (14.84% from 255) = 35.92%
BLUE value IS 2 (1.17% from 255) = 1.94%
R=62.14%
G=35.92%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6437200.420.970.7533.8793.9412.94
Hex4025202A614B225ed
Octal1004520521411134213615
Binary10000001001011001010101100001100101110001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402502; }

 p { color: rgb(64,37,2); }

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

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

 a { background-color: rgb(64,37,2); }

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

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

 span { border-color: rgb(64,37,2); }

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