#402409

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

Shades of Cocoa Brown #402409

Tints of Cocoa Brown #402409

Color information

#402409 (or 0x402409) is unknown color: approx Cocoa Brown. HEX triplet: 40, 24 and 09. RGB value is (64,36,9). Sum of RGB (Red+Green+Blue) = 64+36+9=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 9 (3.91% from 255 or 8.26% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #402409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402409 is #BFDBF6. Grayscale: #292929. Windows color (decimal): -12573687 or 599104. OLE color: 599104.

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

Color convert

RGB64369-
CMYK00.440.860.75
HSL29.45º75.34%14.31%-
HSV(B)29.45º85.94%25.1%-
XYZ2.792.370.57-
YUV41.29109.78144.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.72%
GREEN value IS 36 (14.45% from 255) = 33.03%
BLUE value IS 9 (3.91% from 255) = 8.26%
R=58.72%
G=33.03%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6436900.440.860.7529.4575.3414.31
Hex4024902C564B1d4be
Octal10044110541261133511316
Binary100000010010010010101100101011010010111110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402409; }

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

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

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

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

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

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

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

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