#402523

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

Shades of Livid Brown #402523

Tints of Livid Brown #402523

Color information

#402523 (or 0x402523) is unknown color: approx Livid Brown. HEX triplet: 40, 25 and 23. RGB value is (64,37,35). Sum of RGB (Red+Green+Blue) = 64+37+35=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #402523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402523 is #BFDADC. Grayscale: #2C2C2C. Windows color (decimal): -12573405 or 2303296. OLE color: 2303296.

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

Color convert

RGB643735-
CMYK00.420.450.75
HSL4.14º29.29%19.41%-
HSV(B)4.14º45.31%25.1%-
XYZ3.082.531.92-
YUV44.84122.45141.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.06%
GREEN value IS 37 (14.84% from 255) = 27.21%
BLUE value IS 35 (14.06% from 255) = 25.74%
R=47.06%
G=27.21%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64373500.420.450.754.1429.2919.41
Hex40252302A2D4B41d13
Octal10045430525511343523
Binary1000000100101100011010101010110110010111001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402523; }

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

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

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

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

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

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

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

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