#402505

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

Shades of Cocoa Brown #402505

Tints of Cocoa Brown #402505

Color information

#402505 (or 0x402505) is unknown color: approx Cocoa Brown. HEX triplet: 40, 25 and 05. RGB value is (64,37,5). Sum of RGB (Red+Green+Blue) = 64+37+5=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 37 (14.84% from 255 or 34.91% from 106); Blue value is 5 (2.34% from 255 or 4.72% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #402505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402505 is #BFDAFA. Grayscale: #292929. Windows color (decimal): -12573435 or 337216. OLE color: 337216.

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

Color convert

RGB64375-
CMYK00.420.920.75
HSL32.54º85.51%13.53%-
HSV(B)32.54º92.19%25.1%-
XYZ2.82.420.46-
YUV41.42107.45144.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.38%
GREEN value IS 37 (14.84% from 255) = 34.91%
BLUE value IS 5 (2.34% from 255) = 4.72%
R=60.38%
G=34.91%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6437500.420.920.7532.5485.5113.53
Hex4025502A5C4B2156e
Octal1004550521341134112616
Binary100000010010110101010101011100100101110000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402505; }

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

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

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

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

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

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

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

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