#34211F

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

Shades of Livid Brown #34211F

Tints of Livid Brown #34211F

Color information

#34211F (or 0x34211F) is unknown color: approx Livid Brown. HEX triplet: 34, 21 and 1F. RGB value is (52,33,31). Sum of RGB (Red+Green+Blue) = 52+33+31=116 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.83% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 52 - color contains mainly: red. Hex color #34211F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34211F is #CBDEE0. Grayscale: #262626. Windows color (decimal): -13360865 or 2040116. OLE color: 2040116.

HSL color Cylindrical-coordinate representation of color #34211F: hue angle of 5.71º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #34211F is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB523331-
CMYK00.370.400.80
HSL5.71º25.3%16.27%-
HSV(B)5.71º40.38%20.39%-
XYZ2.211.921.55-
YUV38.45123.79137.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.83%
GREEN value IS 33 (13.28% from 255) = 28.45%
BLUE value IS 31 (12.5% from 255) = 26.72%
R=44.83%
G=28.45%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52333100.370.400.805.7125.316.27
Hex34211F025285061910
Octal6441370455012063120
Binary11010010000111111010010110100010100001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34211F; }

 p { color: rgb(52,33,31); }

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

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

 a { background-color: rgb(52,33,31); }

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

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

 span { border-color: rgb(52,33,31); }

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