#402401

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

Shades of Cocoa Brown #402401

Tints of Cocoa Brown #402401

Color information

#402401 (or 0x402401) is unknown color: approx Cocoa Brown. HEX triplet: 40, 24 and 01. RGB value is (64,36,1). Sum of RGB (Red+Green+Blue) = 64+36+1=101 (13% of max value = 765). Red value is 64 (25.39% from 255 or 63.37% from 101); Green value is 36 (14.45% from 255 or 35.64% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 64 - color contains mainly: red. Hex color #402401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402401 is #BFDBFE. Grayscale: #282828. Windows color (decimal): -12573695 or 74816. OLE color: 74816.

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

Color convert

RGB64361-
CMYK00.440.980.75
HSL33.33º96.92%12.75%-
HSV(B)33.33º98.44%25.1%-
XYZ2.752.350.34-
YUV40.38105.78144.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 63.37%
GREEN value IS 36 (14.45% from 255) = 35.64%
BLUE value IS 1 (0.78% from 255) = 0.99%
R=63.37%
G=35.64%
B=0.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6436100.440.980.7533.3396.9212.75
Hex4024102C624B2161d
Octal1004410541421134114115
Binary1000000100100101011001100010100101110000111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402401; }

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

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

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

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

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

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

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

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