#402802

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

Shades of Cocoa Brown #402802

Tints of Cocoa Brown #402802

Color information

#402802 (or 0x402802) is unknown color: approx Cocoa Brown. HEX triplet: 40, 28 and 02. RGB value is (64,40,2). Sum of RGB (Red+Green+Blue) = 64+40+2=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 40 (16.02% from 255 or 37.74% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #402802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402802 is #BFD7FD. Grayscale: #2B2B2B. Windows color (decimal): -12572670 or 141376. OLE color: 141376.

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

Color convert

RGB64402-
CMYK00.380.970.75
HSL36.77º93.94%12.94%-
HSV(B)36.77º96.88%25.1%-
XYZ2.882.610.41-
YUV42.84104.95143.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.38%
GREEN value IS 40 (16.02% from 255) = 37.74%
BLUE value IS 2 (1.17% from 255) = 1.89%
R=60.38%
G=37.74%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6440200.380.970.7536.7793.9412.94
Hex40282026614B255ed
Octal1005020461411134513615
Binary10000001010001001001101100001100101110010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402802; }

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

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

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

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

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

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

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

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