#342221

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

Shades of Livid Brown #342221

Tints of Livid Brown #342221

Color information

#342221 (or 0x342221) is unknown color: approx Livid Brown. HEX triplet: 34, 22 and 21. RGB value is (52,34,33). Sum of RGB (Red+Green+Blue) = 52+34+33=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 52 - color contains mainly: red. Hex color #342221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342221 is #CBDDDE. Grayscale: #272727. Windows color (decimal): -13360607 or 2171444. OLE color: 2171444.

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

Color convert

RGB523433-
CMYK00.350.370.80
HSL3.16º22.35%16.67%-
HSV(B)3.16º36.54%20.39%-
XYZ2.261.981.7-
YUV39.27124.46137.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 43.70%
GREEN value IS 34 (13.67% from 255) = 28.57%
BLUE value IS 33 (13.28% from 255) = 27.73%
R=43.70%
G=28.57%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52343300.350.370.803.1622.3516.67
Hex342221023255031611
Octal6442410434512032621
Binary11010010001010000101000111001011010000111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342221; }

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

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

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

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

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

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

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

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