#3A2724

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

Shades of Livid Brown #3A2724

Tints of Livid Brown #3A2724

Color information

#3A2724 (or 0x3A2724) is unknown color: approx Livid Brown. HEX triplet: 3A, 27 and 24. RGB value is (58,39,36). Sum of RGB (Red+Green+Blue) = 58+39+36=133 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.61% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2724 is #C5D8DB. Grayscale: #2C2C2C. Windows color (decimal): -12966108 or 2369338. OLE color: 2369338.

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

Color convert

RGB583936-
CMYK00.330.380.77
HSL8.18º23.4%18.43%-
HSV(B)8.18º37.93%22.75%-
XYZ2.792.482-
YUV44.34123.29137.74-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 43.61%
GREEN value IS 39 (15.62% from 255) = 29.32%
BLUE value IS 36 (14.45% from 255) = 27.07%
R=43.61%
G=29.32%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58393600.330.380.778.1823.418.43
Hex3A2724021264D81712
Octal72474404146115102722
Binary1110101001111001000100001100110100110110001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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