#342623

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

Shades of Livid Brown #342623

Tints of Livid Brown #342623

Color information

#342623 (or 0x342623) is unknown color: approx Livid Brown. HEX triplet: 34, 26 and 23. RGB value is (52,38,35). Sum of RGB (Red+Green+Blue) = 52+38+35=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 52 - color contains mainly: red. Hex color #342623 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342623 is #CBD9DC. Grayscale: #292929. Windows color (decimal): -13359581 or 2303540. OLE color: 2303540.

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

Color convert

RGB523835-
CMYK00.270.330.80
HSL10.59º19.54%17.06%-
HSV(B)10.59º32.69%20.39%-
XYZ2.412.241.89-
YUV41.84124.14135.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.6%
GREEN value IS 38 (15.23% from 255) = 30.4%
BLUE value IS 35 (14.06% from 255) = 28%
R=41.6%
G=30.4%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52383500.270.330.8010.5919.5417.06
Hex34262301B2150b1411
Octal64464303341120132421
Binary110100100110100011011011100001101000010111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342623; }

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

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

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

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

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

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

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

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