#402000

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

Shades of Cocoa Brown #402000

Tints of Cocoa Brown #402000

Color information

#402000 (or 0x402000) is unknown color: approx Cocoa Brown. HEX triplet: 40, 20 and 00. RGB value is (64,32,0). Sum of RGB (Red+Green+Blue) = 64+32+0=96 (12% of max value = 765). Red value is 64 (25.39% from 255 or 66.67% from 96); Green value is 32 (12.89% from 255 or 33.33% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 64 - color contains mainly: red. Hex color #402000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402000 is #BFDFFF. Grayscale: #262626. Windows color (decimal): -12574720 or 8256. OLE color: 8256.

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

Color convert

RGB64320-
CMYK00.5010.75
HSL30º100%12.55%-
HSV(B)30º100%25.1%-
XYZ2.632.120.27-
YUV37.92106.6146.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 66.67%
GREEN value IS 32 (12.89% from 255) = 33.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.67%
G=33.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6432000.5010.753010012.55
Hex40200032644B1e64d
Octal1004000621441133614415
Binary100000010000000110010110010010010111111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402000; }

 p { color: rgb(64,32,0); }

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

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

 a { background-color: rgb(64,32,0); }

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

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

 span { border-color: rgb(64,32,0); }

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