#402400

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

Shades of Cocoa Brown #402400

Tints of Cocoa Brown #402400

Color information

#402400 (or 0x402400) is unknown color: approx Cocoa Brown. HEX triplet: 40, 24 and 00. RGB value is (64,36,0). Sum of RGB (Red+Green+Blue) = 64+36+0=100 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64% from 100); Green value is 36 (14.45% from 255 or 36% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 64 - color contains mainly: red. Hex color #402400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402400 is #BFDBFF. Grayscale: #282828. Windows color (decimal): -12573696 or 9280. OLE color: 9280.

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

Color convert

RGB64360-
CMYK00.4410.75
HSL33.75º100%12.55%-
HSV(B)33.75º100%25.1%-
XYZ2.752.350.31-
YUV40.27105.28144.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 64%
GREEN value IS 36 (14.45% from 255) = 36%
BLUE value IS 0 (0.39% from 255) = 0%
R=64%
G=36%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6436000.4410.7533.7510012.55
Hex4024002C644B2264d
Octal1004400541441134214415
Binary1000000100100001011001100100100101110001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402400; }

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

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

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

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

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

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

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

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