#3A2524

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

Shades of Livid Brown #3A2524

Tints of Livid Brown #3A2524

Color information

#3A2524 (or 0x3A2524) is unknown color: approx Livid Brown. HEX triplet: 3A, 25 and 24. RGB value is (58,37,36). Sum of RGB (Red+Green+Blue) = 58+37+36=131 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.27% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2524 is #C5DADB. Grayscale: #2B2B2B. Windows color (decimal): -12966620 or 2368826. OLE color: 2368826.

HSL color Cylindrical-coordinate representation of color #3A2524: hue angle of 2.73º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A2524 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.77.

Color convert

RGB583736-
CMYK00.360.380.77
HSL2.73º23.4%18.43%-
HSV(B)2.73º37.93%22.75%-
XYZ2.722.351.98-
YUV43.16123.96138.58-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 44.27%
GREEN value IS 37 (14.84% from 255) = 28.24%
BLUE value IS 36 (14.45% from 255) = 27.48%
R=44.27%
G=28.24%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58373600.360.380.772.7323.418.43
Hex3A2524024264D31712
Octal7245440444611532722
Binary11101010010110010001001001001101001101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A2524; }

 p { color: rgb(58,37,36); }

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

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

 a { background-color: rgb(58,37,36); }

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

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

 span { border-color: rgb(58,37,36); }

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