#39211E

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

Shades of Brown Pod #39211E

Tints of Brown Pod #39211E

Color information

#39211E (or 0x39211E) is unknown color: approx Brown Pod. HEX triplet: 39, 21 and 1E. RGB value is (57,33,30). Sum of RGB (Red+Green+Blue) = 57+33+30=120 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.5% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 57 - color contains mainly: red. Hex color #39211E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39211E is #C6DEE1. Grayscale: #272727. Windows color (decimal): -13033186 or 1974585. OLE color: 1974585.

HSL color Cylindrical-coordinate representation of color #39211E: hue angle of 6.67º degrees, saturation: 0.31, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #39211E is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB573330-
CMYK00.420.470.78
HSL6.67º31.03%17.06%-
HSV(B)6.67º47.37%22.35%-
XYZ2.472.051.49-
YUV39.83122.45140.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.5%
GREEN value IS 33 (13.28% from 255) = 27.5%
BLUE value IS 30 (12.11% from 255) = 25%
R=47.5%
G=27.5%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57333000.420.470.786.6731.0317.06
Hex39211E02A2F4E71f11
Octal7141360525711673721
Binary11100110000111110010101010111110011101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39211E; }

 p { color: rgb(57,33,30); }

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

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

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

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

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

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

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