#322827

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

Shades of Livid Brown #322827

Tints of Livid Brown #322827

Color information

#322827 (or 0x322827) is unknown color: approx Livid Brown. HEX triplet: 32, 28 and 27. RGB value is (50,40,39). Sum of RGB (Red+Green+Blue) = 50+40+39=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 50 - color contains mainly: red. Hex color #322827 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322827 is #CDD7D8. Grayscale: #2A2A2A. Windows color (decimal): -13490137 or 2566194. OLE color: 2566194.

HSL color Cylindrical-coordinate representation of color #322827: hue angle of 5.45º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #322827 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.80.

Color convert

RGB504039-
CMYK00.200.220.80
HSL5.45º12.36%17.45%-
HSV(B)5.45º22%19.61%-
XYZ2.442.342.24-
YUV42.88125.81133.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.76%
GREEN value IS 40 (16.02% from 255) = 31.01%
BLUE value IS 39 (15.62% from 255) = 30.23%
R=38.76%
G=31.01%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50403900.200.220.805.4512.3617.45
Hex32282701416505c11
Octal6250470242612051421
Binary110010101000100111010100101101010000101110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322827; }

 p { color: rgb(50,40,39); }

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

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

 a { background-color: rgb(50,40,39); }

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

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

 span { border-color: rgb(50,40,39); }

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