#3A2220

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

Shades of Livid Brown #3A2220

Tints of Livid Brown #3A2220

Color information

#3A2220 (or 0x3A2220) is unknown color: approx Livid Brown. HEX triplet: 3A, 22 and 20. RGB value is (58,34,32). Sum of RGB (Red+Green+Blue) = 58+34+32=124 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.77% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2220 is #C5DDDF. Grayscale: #282828. Windows color (decimal): -12967392 or 2105914. OLE color: 2105914.

HSL color Cylindrical-coordinate representation of color #3A2220: hue angle of 4.62º 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 #3A2220 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.77.

Color convert

RGB583432-
CMYK00.410.450.77
HSL4.62º28.89%17.65%-
HSV(B)4.62º44.83%22.75%-
XYZ2.582.151.65-
YUV40.95122.95140.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 46.77%
GREEN value IS 34 (13.67% from 255) = 27.42%
BLUE value IS 32 (12.89% from 255) = 25.81%
R=46.77%
G=27.42%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58343200.410.450.774.6228.8917.65
Hex3A22200292D4D51d12
Octal7242400515511553522
Binary111010100010100000010100110110110011011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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