#3A2523

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

Shades of Livid Brown #3A2523

Tints of Livid Brown #3A2523

Color information

#3A2523 (or 0x3A2523) is unknown color: approx Livid Brown. HEX triplet: 3A, 25 and 23. RGB value is (58,37,35). Sum of RGB (Red+Green+Blue) = 58+37+35=130 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.62% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 35 (14.06% from 255 or 26.92% from 130); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2523 is #C5DADC. Grayscale: #2B2B2B. Windows color (decimal): -12966621 or 2303290. OLE color: 2303290.

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

Color convert

RGB583735-
CMYK00.360.400.77
HSL5.22º24.73%18.24%-
HSV(B)5.22º39.66%22.75%-
XYZ2.712.341.9-
YUV43.05123.46138.66-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 44.62%
GREEN value IS 37 (14.84% from 255) = 28.46%
BLUE value IS 35 (14.06% from 255) = 26.92%
R=44.62%
G=28.46%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58373500.360.400.775.2224.7318.24
Hex3A2523024284D51912
Octal7245430445011553122
Binary111010100101100011010010010100010011011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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