#392323

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

Shades of Livid Brown #392323

Tints of Livid Brown #392323

Color information

#392323 (or 0x392323) is unknown color: approx Livid Brown. HEX triplet: 39, 23 and 23. RGB value is (57,35,35). Sum of RGB (Red+Green+Blue) = 57+35+35=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 57 - color contains mainly: red. Hex color #392323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392323 is #C6DCDC. Grayscale: #292929. Windows color (decimal): -13032669 or 2302777. OLE color: 2302777.

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

Color convert

RGB573535-
CMYK00.390.390.78
HSL23.91%18.04%-
HSV(B)38.6%22.35%-
XYZ2.592.191.88-
YUV41.58124.29139-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.88%
GREEN value IS 35 (14.06% from 255) = 27.56%
BLUE value IS 35 (14.06% from 255) = 27.56%
R=44.88%
G=27.56%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57353500.390.390.78023.9118.04
Hex392323027274E01812
Octal7143430474711603022
Binary1110011000111000110100111100111100111001100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392323; }

 p { color: rgb(57,35,35); }

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

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

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

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

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

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

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