#402403

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

Shades of Cocoa Brown #402403

Tints of Cocoa Brown #402403

Color information

#402403 (or 0x402403) is unknown color: approx Cocoa Brown. HEX triplet: 40, 24 and 03. RGB value is (64,36,3). Sum of RGB (Red+Green+Blue) = 64+36+3=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 3 (1.56% from 255 or 2.91% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #402403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402403 is #BFDBFC. Grayscale: #282828. Windows color (decimal): -12573693 or 205888. OLE color: 205888.

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

Color convert

RGB64363-
CMYK00.440.950.75
HSL32.46º91.04%13.14%-
HSV(B)32.46º95.31%25.1%-
XYZ2.762.360.4-
YUV40.61106.78144.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 62.14%
GREEN value IS 36 (14.45% from 255) = 34.95%
BLUE value IS 3 (1.56% from 255) = 2.91%
R=62.14%
G=34.95%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6436300.440.950.7532.4691.0413.14
Hex4024302C5F4B205bd
Octal1004430541371134013315
Binary10000001001001101011001011111100101110000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402403; }

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

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

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

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

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

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

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

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