#3B2120

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

Shades of Livid Brown #3B2120

Tints of Livid Brown #3B2120

Color information

#3B2120 (or 0x3B2120) is unknown color: approx Livid Brown. HEX triplet: 3B, 21 and 20. RGB value is (59,33,32). Sum of RGB (Red+Green+Blue) = 59+33+32=124 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.58% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2120 is #C4DEDF. Grayscale: #282828. Windows color (decimal): -12902112 or 2105659. OLE color: 2105659.

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

Color convert

RGB593332-
CMYK00.440.460.77
HSL2.22º29.67%17.84%-
HSV(B)2.22º45.76%23.14%-
XYZ2.612.121.64-
YUV40.66123.11141.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 47.58%
GREEN value IS 33 (13.28% from 255) = 26.61%
BLUE value IS 32 (12.89% from 255) = 25.81%
R=47.58%
G=26.61%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59333200.440.460.772.2229.6717.84
Hex3B212002C2E4D21e12
Octal7341400545611523622
Binary11101110000110000001011001011101001101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,33,32); }

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

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

 a { background-color: rgb(59,33,32); }

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

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

 span { border-color: rgb(59,33,32); }

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