#391B14

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

Shades of Brown Pod #391B14

Tints of Brown Pod #391B14

Color information

#391B14 (or 0x391B14) is unknown color: approx Brown Pod. HEX triplet: 39, 1B and 14. RGB value is (57,27,20). Sum of RGB (Red+Green+Blue) = 57+27+20=104 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.81% from 104); Green value is 27 (10.94% from 255 or 25.96% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 57 - color contains mainly: red. Hex color #391B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391B14 is #C6E4EB. Grayscale: #232323. Windows color (decimal): -13034732 or 1317689. OLE color: 1317689.

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

Color convert

RGB572720-
CMYK00.530.650.78
HSL11.35º48.05%15.1%-
HSV(B)11.35º64.91%22.35%-
XYZ2.211.70.87-
YUV35.17119.44143.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 54.81%
GREEN value IS 27 (10.94% from 255) = 25.96%
BLUE value IS 20 (8.20% from 255) = 19.23%
R=54.81%
G=25.96%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57272000.530.650.7811.3548.0515.1
Hex391B14035414Eb30f
Octal713324065101116136017
Binary111001110111010001101011000001100111010111100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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