#402625

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

Shades of Livid Brown #402625

Tints of Livid Brown #402625

Color information

#402625 (or 0x402625) is unknown color: approx Livid Brown. HEX triplet: 40, 26 and 25. RGB value is (64,38,37). Sum of RGB (Red+Green+Blue) = 64+38+37=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #402625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402625 is #BFD9DA. Grayscale: #2D2D2D. Windows color (decimal): -12573147 or 2434624. OLE color: 2434624.

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

Color convert

RGB643837-
CMYK00.410.420.75
HSL2.22º26.73%19.8%-
HSV(B)2.22º42.19%25.1%-
XYZ3.142.612.09-
YUV45.66123.11141.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.04%
GREEN value IS 38 (15.23% from 255) = 27.34%
BLUE value IS 37 (14.84% from 255) = 26.62%
R=46.04%
G=27.34%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64383700.410.420.752.2226.7319.8
Hex4026250292A4B21b14
Octal10046450515211323324
Binary100000010011010010101010011010101001011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402625; }

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

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

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

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

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

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

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

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