#342825

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

Shades of Livid Brown #342825

Tints of Livid Brown #342825

Color information

#342825 (or 0x342825) is unknown color: approx Livid Brown. HEX triplet: 34, 28 and 25. RGB value is (52,40,37). Sum of RGB (Red+Green+Blue) = 52+40+37=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 52 - color contains mainly: red. Hex color #342825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342825 is #CBD7DA. Grayscale: #2B2B2B. Windows color (decimal): -13359067 or 2435124. OLE color: 2435124.

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

Color convert

RGB524037-
CMYK00.230.290.80
HSL12º16.85%17.45%-
HSV(B)12º28.85%20.39%-
XYZ2.512.382.08-
YUV43.25124.48134.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.31%
GREEN value IS 40 (16.02% from 255) = 31.01%
BLUE value IS 37 (14.84% from 255) = 28.68%
R=40.31%
G=31.01%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52403700.230.290.801216.8517.45
Hex3428250171D50c1111
Octal64504502735120142121
Binary11010010100010010101011111101101000011001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342825; }

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

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

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

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

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

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

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

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