#391B0D

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

Shades of Brown Pod #391B0D

Tints of Brown Pod #391B0D

Color information

#391B0D (or 0x391B0D) is unknown color: approx Brown Pod. HEX triplet: 39, 1B and 0D. RGB value is (57,27,13). Sum of RGB (Red+Green+Blue) = 57+27+13=97 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.76% from 97); Green value is 27 (10.94% from 255 or 27.84% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 57 - color contains mainly: red. Hex color #391B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391B0D is #C6E4F2. Grayscale: #222222. Windows color (decimal): -13034739 or 858937. OLE color: 858937.

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

Color convert

RGB572713-
CMYK00.530.770.78
HSL19.09º62.86%13.73%-
HSV(B)19.09º77.19%22.35%-
XYZ2.151.680.59-
YUV34.37115.94144.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 58.76%
GREEN value IS 27 (10.94% from 255) = 27.84%
BLUE value IS 13 (5.47% from 255) = 13.40%
R=58.76%
G=27.84%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57271300.530.770.7819.0962.8613.73
Hex391BD0354D4E133fe
Octal713315065115116237716
Binary111001110111101011010110011011001110100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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