#39200F

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

Shades of Brown Pod #39200F

Tints of Brown Pod #39200F

Color information

#39200F (or 0x39200F) is unknown color: approx Brown Pod. HEX triplet: 39, 20 and 0F. RGB value is (57,32,15). Sum of RGB (Red+Green+Blue) = 57+32+15=104 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.81% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 57 - color contains mainly: red. Hex color #39200F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39200F is #C6DFF0. Grayscale: #252525. Windows color (decimal): -13033457 or 991289. OLE color: 991289.

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

Color convert

RGB573215-
CMYK00.440.740.78
HSL24.29º58.33%14.12%-
HSV(B)24.29º73.68%22.35%-
XYZ2.291.940.71-
YUV37.54115.28141.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 54.81%
GREEN value IS 32 (12.89% from 255) = 30.77%
BLUE value IS 15 (6.25% from 255) = 14.42%
R=54.81%
G=30.77%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.74
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57321500.440.740.7824.2958.3314.12
Hex3920F02C4A4E183ae
Octal714017054112116307216
Binary1110011000001111010110010010101001110110001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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