#392625

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

Shades of Livid Brown #392625

Tints of Livid Brown #392625

Color information

#392625 (or 0x392625) is unknown color: approx Livid Brown. HEX triplet: 39, 26 and 25. RGB value is (57,38,37). Sum of RGB (Red+Green+Blue) = 57+38+37=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 57 - color contains mainly: red. Hex color #392625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392625 is #C6D9DA. Grayscale: #2B2B2B. Windows color (decimal): -13031899 or 2434617. OLE color: 2434617.

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

Color convert

RGB573837-
CMYK00.330.350.78
HSL21.28%18.43%-
HSV(B)35.09%22.35%-
XYZ2.712.392.07-
YUV43.57124.29137.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.18%
GREEN value IS 38 (15.23% from 255) = 28.79%
BLUE value IS 37 (14.84% from 255) = 28.03%
R=43.18%
G=28.79%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57383700.330.350.78321.2818.43
Hex392625021234E31512
Octal7146450414311632522
Binary11100110011010010101000011000111001110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392625; }

 p { color: rgb(57,38,37); }

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

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

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

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

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

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

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