#402524

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

Shades of Livid Brown #402524

Tints of Livid Brown #402524

Color information

#402524 (or 0x402524) is unknown color: approx Livid Brown. HEX triplet: 40, 25 and 24. RGB value is (64,37,36). Sum of RGB (Red+Green+Blue) = 64+37+36=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #402524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402524 is #BFDADB. Grayscale: #2C2C2C. Windows color (decimal): -12573404 or 2368832. OLE color: 2368832.

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

Color convert

RGB643736-
CMYK00.420.440.75
HSL2.14º28%19.61%-
HSV(B)2.14º43.75%25.1%-
XYZ3.092.542-
YUV44.96122.95141.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.72%
GREEN value IS 37 (14.84% from 255) = 27.01%
BLUE value IS 36 (14.45% from 255) = 26.28%
R=46.72%
G=27.01%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64373600.420.440.752.142819.61
Hex40252402A2C4B21c14
Octal10045440525411323424
Binary100000010010110010001010101011001001011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402524; }

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

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

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

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

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

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

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

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