#402322

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

Shades of Livid Brown #402322

Tints of Livid Brown #402322

Color information

#402322 (or 0x402322) is unknown color: approx Livid Brown. HEX triplet: 40, 23 and 22. RGB value is (64,35,34). Sum of RGB (Red+Green+Blue) = 64+35+34=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #402322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402322 is #BFDCDD. Grayscale: #2B2B2B. Windows color (decimal): -12573918 or 2237248. OLE color: 2237248.

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

Color convert

RGB643534-
CMYK00.450.470.75
HSL30.61%19.22%-
HSV(B)46.88%25.1%-
XYZ32.411.82-
YUV43.56122.61142.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.12%
GREEN value IS 35 (14.06% from 255) = 26.32%
BLUE value IS 34 (13.67% from 255) = 25.56%
R=48.12%
G=26.32%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64353400.450.470.75230.6119.22
Hex40232202D2F4B21f13
Octal10043420555711323723
Binary100000010001110001001011011011111001011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402322; }

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

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

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

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

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

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

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

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