#391C14

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

Shades of Brown Pod #391C14

Tints of Brown Pod #391C14

Color information

#391C14 (or 0x391C14) is unknown color: approx Brown Pod. HEX triplet: 39, 1C and 14. RGB value is (57,28,20). Sum of RGB (Red+Green+Blue) = 57+28+20=105 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.29% from 105); Green value is 28 (11.33% from 255 or 26.67% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 57 - color contains mainly: red. Hex color #391C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391C14 is #C6E3EB. Grayscale: #232323. Windows color (decimal): -13034476 or 1317945. OLE color: 1317945.

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

Color convert

RGB572820-
CMYK00.510.650.78
HSL12.97º48.05%15.1%-
HSV(B)12.97º64.91%22.35%-
XYZ2.231.750.88-
YUV35.76119.11143.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 54.29%
GREEN value IS 28 (11.33% from 255) = 26.67%
BLUE value IS 20 (8.20% from 255) = 19.05%
R=54.29%
G=26.67%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57282000.510.650.7812.9748.0515.1
Hex391C14033414Ed30f
Octal713424063101116156017
Binary111001111001010001100111000001100111011011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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