#392927

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

Shades of Livid Brown #392927

Tints of Livid Brown #392927

Color information

#392927 (or 0x392927) is unknown color: approx Livid Brown. HEX triplet: 39, 29 and 27. RGB value is (57,41,39). Sum of RGB (Red+Green+Blue) = 57+41+39=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 39 (15.62% from 255 or 28.47% from 137); Max value from RGB is 57 - color contains mainly: red. Hex color #392927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392927 is #C6D6D8. Grayscale: #2D2D2D. Windows color (decimal): -13031129 or 2566457. OLE color: 2566457.

HSL color Cylindrical-coordinate representation of color #392927: hue angle of 6.67º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #392927 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.78.

Color convert

RGB574139-
CMYK00.280.320.78
HSL6.67º18.75%18.82%-
HSV(B)6.67º31.58%22.35%-
XYZ2.852.62.27-
YUV45.56124.3136.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.61%
GREEN value IS 41 (16.41% from 255) = 29.93%
BLUE value IS 39 (15.62% from 255) = 28.47%
R=41.61%
G=29.93%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57413900.280.320.786.6718.7518.82
Hex39292701C204E71313
Octal7151470344011672323
Binary11100110100110011101110010000010011101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392927; }

 p { color: rgb(57,41,39); }

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

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

 a { background-color: rgb(57,41,39); }

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

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

 span { border-color: rgb(57,41,39); }

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