#39201D

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

Shades of Brown Pod #39201D

Tints of Brown Pod #39201D

Color information

#39201D (or 0x39201D) is unknown color: approx Brown Pod. HEX triplet: 39, 20 and 1D. RGB value is (57,32,29). Sum of RGB (Red+Green+Blue) = 57+32+29=118 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.31% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 57 - color contains mainly: red. Hex color #39201D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39201D is #C6DFE2. Grayscale: #272727. Windows color (decimal): -13033443 or 1908793. OLE color: 1908793.

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

Color convert

RGB573229-
CMYK00.440.490.78
HSL6.43º32.56%16.86%-
HSV(B)6.43º49.12%22.35%-
XYZ2.431.991.42-
YUV39.13122.28140.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 48.31%
GREEN value IS 32 (12.89% from 255) = 27.12%
BLUE value IS 29 (11.72% from 255) = 24.58%
R=48.31%
G=27.12%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57322900.440.490.786.4332.5616.86
Hex39201D02C314E62111
Octal7140350546111664121
Binary111001100000111010101100110001100111011010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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