#402800

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

Shades of Cocoa Brown #402800

Tints of Cocoa Brown #402800

Color information

#402800 (or 0x402800) is unknown color: approx Cocoa Brown. HEX triplet: 40, 28 and 00. RGB value is (64,40,0). Sum of RGB (Red+Green+Blue) = 64+40+0=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 40 (16.02% from 255 or 38.46% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #402800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402800 is #BFD7FF. Grayscale: #2A2A2A. Windows color (decimal): -12572672 or 10304. OLE color: 10304.

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

Color convert

RGB64400-
CMYK00.3810.75
HSL37.5º100%12.55%-
HSV(B)37.5º100%25.1%-
XYZ2.872.610.35-
YUV42.62103.95143.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 61.54%
GREEN value IS 40 (16.02% from 255) = 38.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.54%
G=38.46%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6440000.3810.7537.510012.55
Hex40280026644B2664d
Octal1005000461441134614415
Binary1000000101000001001101100100100101110011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402800; }

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

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

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

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

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

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

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

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