#391C15

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

Shades of Brown Pod #391C15

Tints of Brown Pod #391C15

Color information

#391C15 (or 0x391C15) is unknown color: approx Brown Pod. HEX triplet: 39, 1C and 15. RGB value is (57,28,21). Sum of RGB (Red+Green+Blue) = 57+28+21=106 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.77% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 57 - color contains mainly: red. Hex color #391C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391C15 is #C6E3EA. Grayscale: #232323. Windows color (decimal): -13034475 or 1383481. OLE color: 1383481.

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

Color convert

RGB572821-
CMYK00.510.630.78
HSL11.67º46.15%15.29%-
HSV(B)11.67º63.16%22.35%-
XYZ2.241.750.93-
YUV35.87119.61143.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 53.77%
GREEN value IS 28 (11.33% from 255) = 26.42%
BLUE value IS 21 (8.59% from 255) = 19.81%
R=53.77%
G=26.42%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57282100.510.630.7811.6746.1515.29
Hex391C150333F4Ec2ef
Octal71342506377116145617
Binary11100111100101010110011111111100111011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,28,21); }

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

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

 a { background-color: rgb(57,28,21); }

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

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

 span { border-color: rgb(57,28,21); }

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