#402301

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

Shades of Cocoa Brown #402301

Tints of Cocoa Brown #402301

Color information

#402301 (or 0x402301) is unknown color: approx Cocoa Brown. HEX triplet: 40, 23 and 01. RGB value is (64,35,1). Sum of RGB (Red+Green+Blue) = 64+35+1=100 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 64 - color contains mainly: red. Hex color #402301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402301 is #BFDCFE. Grayscale: #272727. Windows color (decimal): -12573951 or 74560. OLE color: 74560.

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

Color convert

RGB64351-
CMYK00.450.980.75
HSL32.38º96.92%12.75%-
HSV(B)32.38º98.44%25.1%-
XYZ2.722.290.33-
YUV39.79106.11145.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 64%
GREEN value IS 35 (14.06% from 255) = 35%
BLUE value IS 1 (0.78% from 255) = 1%
R=64%
G=35%
B=1%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6435100.450.980.7532.3896.9212.75
Hex4023102D624B2061d
Octal1004310551421134014115
Binary1000000100011101011011100010100101110000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402301; }

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

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

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

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

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

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

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

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