#292322

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

Shades of Livid Brown #292322

Tints of Livid Brown #292322

Color information

#292322 (or 0x292322) is unknown color: approx Livid Brown. HEX triplet: 29, 23 and 22. RGB value is (41,35,34). Sum of RGB (Red+Green+Blue) = 41+35+34=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 34 (13.67% from 255 or 30.91% from 110); Max value from RGB is 41 - color contains mainly: red. Hex color #292322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292322 is #D6DCDD. Grayscale: #242424. Windows color (decimal): -14081246 or 2237225. OLE color: 2237225.

HSL color Cylindrical-coordinate representation of color #292322: hue angle of 8.57º degrees, saturation: 0.09, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #292322 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB413534-
CMYK00.150.170.84
HSL8.57º9.33%14.71%-
HSV(B)8.57º17.07%16.08%-
XYZ1.81.791.76-
YUV36.68126.49131.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.27%
GREEN value IS 35 (14.06% from 255) = 31.82%
BLUE value IS 34 (13.67% from 255) = 30.91%
R=37.27%
G=31.82%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41353400.150.170.848.579.3314.71
Hex2923220F115499f
Octal51434201721124111117
Binary10100110001110001001111100011010100100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292322; }

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

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

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

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

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

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

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

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