#3B2523

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

Shades of Livid Brown #3B2523

Tints of Livid Brown #3B2523

Color information

#3B2523 (or 0x3B2523) is unknown color: approx Livid Brown. HEX triplet: 3B, 25 and 23. RGB value is (59,37,35). Sum of RGB (Red+Green+Blue) = 59+37+35=131 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.04% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 35 (14.06% from 255 or 26.72% from 131); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2523 is #C4DADC. Grayscale: #2B2B2B. Windows color (decimal): -12901085 or 2303291. OLE color: 2303291.

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

Color convert

RGB593735-
CMYK00.370.410.77
HSL25.53%18.43%-
HSV(B)40.68%23.14%-
XYZ2.772.371.9-
YUV43.35123.29139.16-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 45.04%
GREEN value IS 37 (14.84% from 255) = 28.24%
BLUE value IS 35 (14.06% from 255) = 26.72%
R=45.04%
G=28.24%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59373500.370.410.77525.5318.43
Hex3B2523025294D51a12
Octal7345430455111553222
Binary111011100101100011010010110100110011011011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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