#39201F

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

Shades of Livid Brown #39201F

Tints of Livid Brown #39201F

Color information

#39201F (or 0x39201F) is unknown color: approx Livid Brown. HEX triplet: 39, 20 and 1F. RGB value is (57,32,31). Sum of RGB (Red+Green+Blue) = 57+32+31=120 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.5% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 57 - color contains mainly: red. Hex color #39201F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39201F is #C6DFE0. Grayscale: #272727. Windows color (decimal): -13033441 or 2039865. OLE color: 2039865.

HSL color Cylindrical-coordinate representation of color #39201F: hue angle of 2.31º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #39201F is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB573231-
CMYK00.440.460.78
HSL2.31º29.55%17.25%-
HSV(B)2.31º45.61%22.35%-
XYZ2.4521.55-
YUV39.36123.28140.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.5%
GREEN value IS 32 (12.89% from 255) = 26.67%
BLUE value IS 31 (12.5% from 255) = 25.83%
R=47.5%
G=26.67%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57323100.440.460.782.3129.5517.25
Hex39201F02C2E4E21e11
Octal7140370545611623621
Binary1110011000001111101011001011101001110101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39201F; }

 p { color: rgb(57,32,31); }

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

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

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

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

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

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

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