#3B2121

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

Shades of Livid Brown #3B2121

Tints of Livid Brown #3B2121

Color information

#3B2121 (or 0x3B2121) is unknown color: approx Livid Brown. HEX triplet: 3B, 21 and 21. RGB value is (59,33,33). Sum of RGB (Red+Green+Blue) = 59+33+33=125 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.2% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2121 is #C4DEDE. Grayscale: #282828. Windows color (decimal): -12902111 or 2171195. OLE color: 2171195.

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

Color convert

RGB593333-
CMYK00.440.440.77
HSL28.26%18.04%-
HSV(B)44.07%23.14%-
XYZ2.622.131.71-
YUV40.77123.61141-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 47.2%
GREEN value IS 33 (13.28% from 255) = 26.4%
BLUE value IS 33 (13.28% from 255) = 26.4%
R=47.2%
G=26.4%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59333300.440.440.77028.2618.04
Hex3B212102C2C4D01c12
Octal7341410545411503422
Binary1110111000011000010101100101100100110101110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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