#402402

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

Shades of Cocoa Brown #402402

Tints of Cocoa Brown #402402

Color information

#402402 (or 0x402402) is unknown color: approx Cocoa Brown. HEX triplet: 40, 24 and 02. RGB value is (64,36,2). Sum of RGB (Red+Green+Blue) = 64+36+2=102 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.75% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 64 - color contains mainly: red. Hex color #402402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402402 is #BFDBFD. Grayscale: #282828. Windows color (decimal): -12573694 or 140352. OLE color: 140352.

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

Color convert

RGB64362-
CMYK00.440.970.75
HSL32.9º93.94%12.94%-
HSV(B)32.9º96.88%25.1%-
XYZ2.762.360.37-
YUV40.5106.28144.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 62.75%
GREEN value IS 36 (14.45% from 255) = 35.29%
BLUE value IS 2 (1.17% from 255) = 1.96%
R=62.75%
G=35.29%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6436200.440.970.7532.993.9412.94
Hex4024202C614B215ed
Octal1004420541411134113615
Binary10000001001001001011001100001100101110000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402402; }

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

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

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

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

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

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

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

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