#402623

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

Shades of Livid Brown #402623

Tints of Livid Brown #402623

Color information

#402623 (or 0x402623) is unknown color: approx Livid Brown. HEX triplet: 40, 26 and 23. RGB value is (64,38,35). Sum of RGB (Red+Green+Blue) = 64+38+35=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #402623 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402623 is #BFD9DC. Grayscale: #2D2D2D. Windows color (decimal): -12573149 or 2303552. OLE color: 2303552.

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

Color convert

RGB643835-
CMYK00.410.450.75
HSL6.21º29.29%19.41%-
HSV(B)6.21º45.31%25.1%-
XYZ3.112.61.93-
YUV45.43122.11141.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.72%
GREEN value IS 38 (15.23% from 255) = 27.74%
BLUE value IS 35 (14.06% from 255) = 25.55%
R=46.72%
G=27.74%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64383500.410.450.756.2129.2919.41
Hex4026230292D4B61d13
Octal10046430515511363523
Binary1000000100110100011010100110110110010111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402623; }

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

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

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

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

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

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

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

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