#3A2824

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

Shades of Livid Brown #3A2824

Tints of Livid Brown #3A2824

Color information

#3A2824 (or 0x3A2824) is unknown color: approx Livid Brown. HEX triplet: 3A, 28 and 24. RGB value is (58,40,36). Sum of RGB (Red+Green+Blue) = 58+40+36=134 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.28% from 134); Green value is 40 (16.02% from 255 or 29.85% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2824 is #C5D7DB. Grayscale: #2C2C2C. Windows color (decimal): -12965852 or 2369594. OLE color: 2369594.

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

Color convert

RGB584036-
CMYK00.310.380.77
HSL10.91º23.4%18.43%-
HSV(B)10.91º37.93%22.75%-
XYZ2.822.542.01-
YUV44.93122.96137.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 43.28%
GREEN value IS 40 (16.02% from 255) = 29.85%
BLUE value IS 36 (14.45% from 255) = 26.87%
R=43.28%
G=29.85%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58403600.310.380.7710.9123.418.43
Hex3A282401F264Db1712
Octal72504403746115132722
Binary111010101000100100011111100110100110110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,40,36); }

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

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

 a { background-color: rgb(58,40,36); }

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

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

 span { border-color: rgb(58,40,36); }

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