#34221F

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

Shades of Livid Brown #34221F

Tints of Livid Brown #34221F

Color information

#34221F (or 0x34221F) is unknown color: approx Livid Brown. HEX triplet: 34, 22 and 1F. RGB value is (52,34,31). Sum of RGB (Red+Green+Blue) = 52+34+31=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 52 - color contains mainly: red. Hex color #34221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34221F is #CBDDE0. Grayscale: #272727. Windows color (decimal): -13360609 or 2040372. OLE color: 2040372.

HSL color Cylindrical-coordinate representation of color #34221F: hue angle of 8.57º 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 #34221F is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB523431-
CMYK00.350.400.80
HSL8.57º25.3%16.27%-
HSV(B)8.57º40.38%20.39%-
XYZ2.241.971.56-
YUV39.04123.46137.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.44%
GREEN value IS 34 (13.67% from 255) = 29.06%
BLUE value IS 31 (12.5% from 255) = 26.50%
R=44.44%
G=29.06%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52343100.350.400.808.5725.316.27
Hex34221F023285091910
Octal64423704350120113120
Binary110100100010111110100011101000101000010011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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