#39211D

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

Shades of Brown Pod #39211D

Tints of Brown Pod #39211D

Color information

#39211D (or 0x39211D) is unknown color: approx Brown Pod. HEX triplet: 39, 21 and 1D. RGB value is (57,33,29). Sum of RGB (Red+Green+Blue) = 57+33+29=119 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.90% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 57 - color contains mainly: red. Hex color #39211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39211D is #C6DEE2. Grayscale: #272727. Windows color (decimal): -13033187 or 1909049. OLE color: 1909049.

HSL color Cylindrical-coordinate representation of color #39211D: hue angle of 8.57º 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 #39211D is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB573329-
CMYK00.420.490.78
HSL8.57º32.56%16.86%-
HSV(B)8.57º49.12%22.35%-
XYZ2.452.051.43-
YUV39.72121.95140.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.90%
GREEN value IS 33 (13.28% from 255) = 27.73%
BLUE value IS 29 (11.72% from 255) = 24.37%
R=47.90%
G=27.73%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57332900.420.490.788.5732.5616.86
Hex39211D02A314E92111
Octal71413505261116114121
Binary1110011000011110101010101100011001110100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39211D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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