#34211E

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

Shades of Livid Brown #34211E

Tints of Livid Brown #34211E

Color information

#34211E (or 0x34211E) is unknown color: approx Livid Brown. HEX triplet: 34, 21 and 1E. RGB value is (52,33,30). Sum of RGB (Red+Green+Blue) = 52+33+30=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 52 - color contains mainly: red. Hex color #34211E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34211E is #CBDEE1. Grayscale: #262626. Windows color (decimal): -13360866 or 1974580. OLE color: 1974580.

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

Color convert

RGB523330-
CMYK00.370.420.80
HSL8.18º26.83%16.08%-
HSV(B)8.18º42.31%20.39%-
XYZ2.191.911.48-
YUV38.34123.29137.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.22%
GREEN value IS 33 (13.28% from 255) = 28.70%
BLUE value IS 30 (12.11% from 255) = 26.09%
R=45.22%
G=28.70%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52333000.370.420.808.1826.8316.08
Hex34211E0252A5081b10
Octal64413604552120103320
Binary110100100001111100100101101010101000010001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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