#402300

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

Shades of Cocoa Brown #402300

Tints of Cocoa Brown #402300

Color information

#402300 (or 0x402300) is unknown color: approx Cocoa Brown. HEX triplet: 40, 23 and 00. RGB value is (64,35,0). Sum of RGB (Red+Green+Blue) = 64+35+0=99 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64.65% from 99); Green value is 35 (14.06% from 255 or 35.35% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 64 - color contains mainly: red. Hex color #402300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402300 is #BFDCFF. Grayscale: #272727. Windows color (decimal): -12573952 or 9024. OLE color: 9024.

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

Color convert

RGB64350-
CMYK00.4510.75
HSL32.81º100%12.55%-
HSV(B)32.81º100%25.1%-
XYZ2.722.290.3-
YUV39.68105.61145.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 64.65%
GREEN value IS 35 (14.06% from 255) = 35.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.65%
G=35.35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6435000.4510.7532.8110012.55
Hex4023002D644B2164d
Octal1004300551441134114415
Binary1000000100011001011011100100100101110000111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402300; }

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

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

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

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

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

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

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

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