#402509

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

Shades of Cocoa Brown #402509

Tints of Cocoa Brown #402509

Color information

#402509 (or 0x402509) is unknown color: approx Cocoa Brown. HEX triplet: 40, 25 and 09. RGB value is (64,37,9). Sum of RGB (Red+Green+Blue) = 64+37+9=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #402509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402509 is #BFDAF6. Grayscale: #2A2A2A. Windows color (decimal): -12573431 or 599360. OLE color: 599360.

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

Color convert

RGB64379-
CMYK00.420.860.75
HSL30.55º75.34%14.31%-
HSV(B)30.55º85.94%25.1%-
XYZ2.832.430.58-
YUV41.88109.45143.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.18%
GREEN value IS 37 (14.84% from 255) = 33.64%
BLUE value IS 9 (3.91% from 255) = 8.18%
R=58.18%
G=33.64%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6437900.420.860.7530.5575.3414.31
Hex4025902A564B1f4be
Octal10045110521261133711316
Binary100000010010110010101010101011010010111111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402509; }

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

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

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

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

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

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

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

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