#39211B

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

Shades of Brown Pod #39211B

Tints of Brown Pod #39211B

Color information

#39211B (or 0x39211B) is unknown color: approx Brown Pod. HEX triplet: 39, 21 and 1B. RGB value is (57,33,27). Sum of RGB (Red+Green+Blue) = 57+33+27=117 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.72% from 117); Green value is 33 (13.28% from 255 or 28.21% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 57 - color contains mainly: red. Hex color #39211B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39211B is #C6DEE4. Grayscale: #272727. Windows color (decimal): -13033189 or 1777977. OLE color: 1777977.

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

Color convert

RGB573327-
CMYK00.420.530.78
HSL12º35.71%16.47%-
HSV(B)12º52.63%22.35%-
XYZ2.432.041.3-
YUV39.49120.95140.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 48.72%
GREEN value IS 33 (13.28% from 255) = 28.21%
BLUE value IS 27 (10.94% from 255) = 23.08%
R=48.72%
G=28.21%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57332700.420.530.781235.7116.47
Hex39211B02A354Ec2410
Octal71413305265116144420
Binary1110011000011101101010101101011001110110010010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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