#402609

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

Shades of Cocoa Brown #402609

Tints of Cocoa Brown #402609

Color information

#402609 (or 0x402609) is unknown color: approx Cocoa Brown. HEX triplet: 40, 26 and 09. RGB value is (64,38,9). Sum of RGB (Red+Green+Blue) = 64+38+9=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 38 (15.23% from 255 or 34.23% from 111); Blue value is 9 (3.91% from 255 or 8.11% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #402609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402609 is #BFD9F6. Grayscale: #2A2A2A. Windows color (decimal): -12573175 or 599616. OLE color: 599616.

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

Color convert

RGB64389-
CMYK00.410.860.75
HSL31.64º75.34%14.31%-
HSV(B)31.64º85.94%25.1%-
XYZ2.862.50.59-
YUV42.47109.11143.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 57.66%
GREEN value IS 38 (15.23% from 255) = 34.23%
BLUE value IS 9 (3.91% from 255) = 8.11%
R=57.66%
G=34.23%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6438900.410.860.7531.6475.3414.31
Hex40269029564B204be
Octal10046110511261134011316
Binary1000000100110100101010011010110100101110000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402609; }

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

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

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

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

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

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

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

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