#391A14

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

Shades of Brown Pod #391A14

Tints of Brown Pod #391A14

Color information

#391A14 (or 0x391A14) is unknown color: approx Brown Pod. HEX triplet: 39, 1A and 14. RGB value is (57,26,20). Sum of RGB (Red+Green+Blue) = 57+26+20=103 (13% of max value = 765). Red value is 57 (22.66% from 255 or 55.34% from 103); Green value is 26 (10.55% from 255 or 25.24% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 57 - color contains mainly: red. Hex color #391A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391A14 is #C6E5EB. Grayscale: #222222. Windows color (decimal): -13034988 or 1317433. OLE color: 1317433.

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

Color convert

RGB572620-
CMYK00.540.650.78
HSL9.73º48.05%15.1%-
HSV(B)9.73º64.91%22.35%-
XYZ2.181.660.87-
YUV34.58119.77143.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 55.34%
GREEN value IS 26 (10.55% from 255) = 25.24%
BLUE value IS 20 (8.20% from 255) = 19.42%
R=55.34%
G=25.24%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57262000.540.650.789.7348.0515.1
Hex391A14036414Ea30f
Octal713224066101116126017
Binary111001110101010001101101000001100111010101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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