#342726

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

Shades of Livid Brown #342726

Tints of Livid Brown #342726

Color information

#342726 (or 0x342726) is unknown color: approx Livid Brown. HEX triplet: 34, 27 and 26. RGB value is (52,39,38). Sum of RGB (Red+Green+Blue) = 52+39+38=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 52 - color contains mainly: red. Hex color #342726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342726 is #CBD8D9. Grayscale: #2A2A2A. Windows color (decimal): -13359322 or 2500404. OLE color: 2500404.

HSL color Cylindrical-coordinate representation of color #342726: hue angle of 4.29º 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 #342726 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.80.

Color convert

RGB523938-
CMYK00.250.270.80
HSL4.29º15.56%17.65%-
HSV(B)4.29º26.92%20.39%-
XYZ2.492.322.15-
YUV42.77125.31134.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.31%
GREEN value IS 39 (15.62% from 255) = 30.23%
BLUE value IS 38 (15.23% from 255) = 29.46%
R=40.31%
G=30.23%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52393800.250.270.804.2915.5617.65
Hex3427260191B5041012
Octal6447460313312042022
Binary1101001001111001100110011101110100001001000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342726; }

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

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

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

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

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

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

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

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