#3A2120

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

Shades of Livid Brown #3A2120

Tints of Livid Brown #3A2120

Color information

#3A2120 (or 0x3A2120) is unknown color: approx Livid Brown. HEX triplet: 3A, 21 and 20. RGB value is (58,33,32). Sum of RGB (Red+Green+Blue) = 58+33+32=123 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.15% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2120 is #C5DEDF. Grayscale: #282828. Windows color (decimal): -12967648 or 2105658. OLE color: 2105658.

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

Color convert

RGB583332-
CMYK00.430.450.77
HSL2.31º28.89%17.65%-
HSV(B)2.31º44.83%22.75%-
XYZ2.552.091.64-
YUV40.36123.28140.58-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 47.15%
GREEN value IS 33 (13.28% from 255) = 26.83%
BLUE value IS 32 (12.89% from 255) = 26.02%
R=47.15%
G=26.83%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58333200.430.450.772.3128.8917.65
Hex3A212002B2D4D21d12
Octal7241400535511523522
Binary11101010000110000001010111011011001101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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