#402405

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

Shades of Cocoa Brown #402405

Tints of Cocoa Brown #402405

Color information

#402405 (or 0x402405) is unknown color: approx Cocoa Brown. HEX triplet: 40, 24 and 05. RGB value is (64,36,5). Sum of RGB (Red+Green+Blue) = 64+36+5=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #402405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402405 is #BFDBFA. Grayscale: #282828. Windows color (decimal): -12573691 or 336960. OLE color: 336960.

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

Color convert

RGB64365-
CMYK00.440.920.75
HSL31.53º85.51%13.53%-
HSV(B)31.53º92.19%25.1%-
XYZ2.772.360.45-
YUV40.84107.78144.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.95%
GREEN value IS 36 (14.45% from 255) = 34.29%
BLUE value IS 5 (2.34% from 255) = 4.76%
R=60.95%
G=34.29%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6436500.440.920.7531.5385.5113.53
Hex4024502C5C4B2056e
Octal1004450541341134012616
Binary100000010010010101011001011100100101110000010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402405; }

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

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

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

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

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

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

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

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