#39271F

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

Shades of Brown Pod #39271F

Tints of Brown Pod #39271F

Color information

#39271F (or 0x39271F) is unknown color: approx Brown Pod. HEX triplet: 39, 27 and 1F. RGB value is (57,39,31). Sum of RGB (Red+Green+Blue) = 57+39+31=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 39 (15.62% from 255 or 30.71% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 57 - color contains mainly: red. Hex color #39271F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39271F is #C6D8E0. Grayscale: #2B2B2B. Windows color (decimal): -13031649 or 2041657. OLE color: 2041657.

HSL color Cylindrical-coordinate representation of color #39271F: hue angle of 18.46º 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 #39271F is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB573931-
CMYK00.320.460.78
HSL18.46º29.55%17.25%-
HSV(B)18.46º45.61%22.35%-
XYZ2.662.421.62-
YUV43.47120.96137.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.88%
GREEN value IS 39 (15.62% from 255) = 30.71%
BLUE value IS 31 (12.5% from 255) = 24.41%
R=44.88%
G=30.71%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57393100.320.460.7818.4629.5517.25
Hex39271F0202E4E121e11
Octal71473704056116223621
Binary1110011001111111101000001011101001110100101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39271F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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