#391D0D

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

Shades of Brown Pod #391D0D

Tints of Brown Pod #391D0D

Color information

#391D0D (or 0x391D0D) is unknown color: approx Brown Pod. HEX triplet: 39, 1D and 0D. RGB value is (57,29,13). Sum of RGB (Red+Green+Blue) = 57+29+13=99 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57.58% from 99); Green value is 29 (11.72% from 255 or 29.29% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 57 - color contains mainly: red. Hex color #391D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391D0D is #C6E2F2. Grayscale: #232323. Windows color (decimal): -13034227 or 859449. OLE color: 859449.

HSL color Cylindrical-coordinate representation of color #391D0D: hue angle of 21.82º 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 #391D0D is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB572913-
CMYK00.490.770.78
HSL21.82º62.86%13.73%-
HSV(B)21.82º77.19%22.35%-
XYZ2.21.780.61-
YUV35.55115.28143.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 57.58%
GREEN value IS 29 (11.72% from 255) = 29.29%
BLUE value IS 13 (5.47% from 255) = 13.13%
R=57.58%
G=29.29%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57291300.490.770.7821.8262.8613.73
Hex391DD0314D4E163fe
Octal713515061115116267716
Binary111001111011101011000110011011001110101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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