#391B10

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

Shades of Brown Pod #391B10

Tints of Brown Pod #391B10

Color information

#391B10 (or 0x391B10) is unknown color: approx Brown Pod. HEX triplet: 39, 1B and 10. RGB value is (57,27,16). Sum of RGB (Red+Green+Blue) = 57+27+16=100 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57% from 100); Green value is 27 (10.94% from 255 or 27% from 100); Blue value is 16 (6.64% from 255 or 16% from 100); Max value from RGB is 57 - color contains mainly: red. Hex color #391B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391B10 is #C6E4EF. Grayscale: #222222. Windows color (decimal): -13034736 or 1055545. OLE color: 1055545.

HSL color Cylindrical-coordinate representation of color #391B10: hue angle of 16.1º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #391B10 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.78.

Color convert

RGB572716-
CMYK00.530.720.78
HSL16.1º56.16%14.31%-
HSV(B)16.1º71.93%22.35%-
XYZ2.171.690.7-
YUV34.72117.44143.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 57%
GREEN value IS 27 (10.94% from 255) = 27%
BLUE value IS 16 (6.64% from 255) = 16%
R=57%
G=27%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57271600.530.720.7816.156.1614.31
Hex391B10035484E1038e
Octal713320065110116207016
Binary1110011101110000011010110010001001110100001110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391B10; }

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

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

<style>
 a { background-color: #391B10; }

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

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

<style>
 span { border-color: #391B10; }

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

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