#391A10

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

Shades of Brown Pod #391A10

Tints of Brown Pod #391A10

Color information

#391A10 (or 0x391A10) is unknown color: approx Brown Pod. HEX triplet: 39, 1A and 10. RGB value is (57,26,16). Sum of RGB (Red+Green+Blue) = 57+26+16=99 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57.58% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 57 - color contains mainly: red. Hex color #391A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391A10 is #C6E5EF. Grayscale: #222222. Windows color (decimal): -13034992 or 1055289. OLE color: 1055289.

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

Color convert

RGB572616-
CMYK00.540.720.78
HSL14.63º56.16%14.31%-
HSV(B)14.63º71.93%22.35%-
XYZ2.151.650.69-
YUV34.13117.77144.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 57.58%
GREEN value IS 26 (10.55% from 255) = 26.26%
BLUE value IS 16 (6.64% from 255) = 16.16%
R=57.58%
G=26.26%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.72
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57261600.540.720.7814.6356.1614.31
Hex391A10036484Ef38e
Octal713220066110116177016
Binary111001110101000001101101001000100111011111110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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