#391D14

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

Shades of Brown Pod #391D14

Tints of Brown Pod #391D14

Color information

#391D14 (or 0x391D14) is unknown color: approx Brown Pod. HEX triplet: 39, 1D and 14. RGB value is (57,29,20). Sum of RGB (Red+Green+Blue) = 57+29+20=106 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.77% from 106); Green value is 29 (11.72% from 255 or 27.36% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 57 - color contains mainly: red. Hex color #391D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391D14 is #C6E2EB. Grayscale: #242424. Windows color (decimal): -13034220 or 1318201. OLE color: 1318201.

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

Color convert

RGB572920-
CMYK00.490.650.78
HSL14.59º48.05%15.1%-
HSV(B)14.59º64.91%22.35%-
XYZ2.251.80.89-
YUV36.35118.78142.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 53.77%
GREEN value IS 29 (11.72% from 255) = 27.36%
BLUE value IS 20 (8.20% from 255) = 18.87%
R=53.77%
G=27.36%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57292000.490.650.7814.5948.0515.1
Hex391D14031414Ef30f
Octal713524061101116176017
Binary111001111011010001100011000001100111011111100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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