#342826

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

Shades of Livid Brown #342826

Tints of Livid Brown #342826

Color information

#342826 (or 0x342826) is unknown color: approx Livid Brown. HEX triplet: 34, 28 and 26. RGB value is (52,40,38). Sum of RGB (Red+Green+Blue) = 52+40+38=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 52 - color contains mainly: red. Hex color #342826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342826 is #CBD7D9. Grayscale: #2B2B2B. Windows color (decimal): -13359066 or 2500660. OLE color: 2500660.

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

Color convert

RGB524038-
CMYK00.230.270.80
HSL8.57º15.56%17.65%-
HSV(B)8.57º26.92%20.39%-
XYZ2.522.392.16-
YUV43.36124.98134.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40%
GREEN value IS 40 (16.02% from 255) = 30.77%
BLUE value IS 38 (15.23% from 255) = 29.23%
R=40%
G=30.77%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52403800.230.270.808.5715.5617.65
Hex3428260171B5091012
Octal64504602733120112022
Binary11010010100010011001011111011101000010011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342826; }

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

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

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

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

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

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

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

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