#391D0C

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

Shades of Brown Pod #391D0C

Tints of Brown Pod #391D0C

Color information

#391D0C (or 0x391D0C) is unknown color: approx Brown Pod. HEX triplet: 39, 1D and 0C. RGB value is (57,29,12). Sum of RGB (Red+Green+Blue) = 57+29+12=98 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.16% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 57 - color contains mainly: red. Hex color #391D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391D0C is #C6E2F3. Grayscale: #232323. Windows color (decimal): -13034228 or 793913. OLE color: 793913.

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

Color convert

RGB572912-
CMYK00.490.790.78
HSL22.67º65.22%13.53%-
HSV(B)22.67º78.95%22.35%-
XYZ2.191.780.57-
YUV35.43114.78143.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 58.16%
GREEN value IS 29 (11.72% from 255) = 29.59%
BLUE value IS 12 (5.08% from 255) = 12.24%
R=58.16%
G=29.59%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57291200.490.790.7822.6765.2213.53
Hex391DC0314F4E1741e
Octal7135140611171162710116
Binary1110011110111000110001100111110011101011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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