#402423

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

Shades of Livid Brown #402423

Tints of Livid Brown #402423

Color information

#402423 (or 0x402423) is unknown color: approx Livid Brown. HEX triplet: 40, 24 and 23. RGB value is (64,36,35). Sum of RGB (Red+Green+Blue) = 64+36+35=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 36 (14.45% from 255 or 26.67% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #402423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402423 is #BFDBDC. Grayscale: #2C2C2C. Windows color (decimal): -12573661 or 2303040. OLE color: 2303040.

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

Color convert

RGB643635-
CMYK00.440.450.75
HSL2.07º29.29%19.41%-
HSV(B)2.07º45.31%25.1%-
XYZ3.052.471.91-
YUV44.26122.78142.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.41%
GREEN value IS 36 (14.45% from 255) = 26.67%
BLUE value IS 35 (14.06% from 255) = 25.93%
R=47.41%
G=26.67%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64363500.440.450.752.0729.2919.41
Hex40242302C2D4B21d13
Octal10044430545511323523
Binary100000010010010001101011001011011001011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402423; }

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

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

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

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

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

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

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

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