#3A211F

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

Shades of Livid Brown #3A211F

Tints of Livid Brown #3A211F

Color information

#3A211F (or 0x3A211F) is unknown color: approx Livid Brown. HEX triplet: 3A, 21 and 1F. RGB value is (58,33,31). Sum of RGB (Red+Green+Blue) = 58+33+31=122 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.54% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 58 - color contains mainly: red. Hex color #3A211F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A211F is #C5DEE0. Grayscale: #282828. Windows color (decimal): -12967649 or 2040122. OLE color: 2040122.

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

Color convert

RGB583331-
CMYK00.430.470.77
HSL4.44º30.34%17.45%-
HSV(B)4.44º46.55%22.75%-
XYZ2.542.091.57-
YUV40.25122.78140.66-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 47.54%
GREEN value IS 33 (13.28% from 255) = 27.05%
BLUE value IS 31 (12.5% from 255) = 25.41%
R=47.54%
G=27.05%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58333100.430.470.774.4430.3417.45
Hex3A211F02B2F4D41e11
Octal7241370535711543621
Binary11101010000111111010101110111110011011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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