#342928

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

Shades of Livid Brown #342928

Tints of Livid Brown #342928

Color information

#342928 (or 0x342928) is unknown color: approx Livid Brown. HEX triplet: 34, 29 and 28. RGB value is (52,41,40). Sum of RGB (Red+Green+Blue) = 52+41+40=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 52 - color contains mainly: red. Hex color #342928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342928 is #CBD6D7. Grayscale: #2C2C2C. Windows color (decimal): -13358808 or 2631988. OLE color: 2631988.

HSL color Cylindrical-coordinate representation of color #342928: hue angle of 5º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #342928 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.80.

Color convert

RGB524140-
CMYK00.210.230.80
HSL13.04%18.04%-
HSV(B)23.08%20.39%-
XYZ2.592.472.35-
YUV44.18125.64133.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.10%
GREEN value IS 41 (16.41% from 255) = 30.83%
BLUE value IS 40 (16.02% from 255) = 30.08%
R=39.10%
G=30.83%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52414000.210.230.80513.0418.04
Hex34292801517505d12
Octal6451500252712051522
Binary110100101001101000010101101111010000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342928; }

 p { color: rgb(52,41,40); }

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

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

 a { background-color: rgb(52,41,40); }

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

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

 span { border-color: rgb(52,41,40); }

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