#39221F

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

Shades of Brown Pod #39221F

Tints of Brown Pod #39221F

Color information

#39221F (or 0x39221F) is unknown color: approx Brown Pod. HEX triplet: 39, 22 and 1F. RGB value is (57,34,31). Sum of RGB (Red+Green+Blue) = 57+34+31=122 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.72% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 57 - color contains mainly: red. Hex color #39221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39221F is #C6DDE0. Grayscale: #282828. Windows color (decimal): -13032929 or 2040377. OLE color: 2040377.

HSL color Cylindrical-coordinate representation of color #39221F: hue angle of 6.92º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #39221F is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB573431-
CMYK00.400.460.78
HSL6.92º29.55%17.25%-
HSV(B)6.92º45.61%22.35%-
XYZ2.512.111.57-
YUV40.53122.62139.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 46.72%
GREEN value IS 34 (13.67% from 255) = 27.87%
BLUE value IS 31 (12.5% from 255) = 25.41%
R=46.72%
G=27.87%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57343100.400.460.786.9229.5517.25
Hex39221F0282E4E71e11
Octal7142370505611673621
Binary11100110001011111010100010111010011101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,34,31); }

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

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

 a { background-color: rgb(57,34,31); }

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

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

 span { border-color: rgb(57,34,31); }

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