#391300

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

Shades of Brown Pod #391300

Tints of Brown Pod #391300

Color information

#391300 (or 0x391300) is unknown color: approx Brown Pod. HEX triplet: 39, 13 and 00. RGB value is (57,19,0). Sum of RGB (Red+Green+Blue) = 57+19+0=76 (10% of max value = 765). Red value is 57 (22.66% from 255 or 75% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 0 (0.39% from 255 or 0% from 76); Max value from RGB is 57 - color contains mainly: red. Hex color #391300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391300 is #C6ECFF. Grayscale: #1C1C1C. Windows color (decimal): -13036800 or 4921. OLE color: 4921.

HSL color Cylindrical-coordinate representation of color #391300: hue angle of 20º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #391300 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB57190-
CMYK00.6710.78
HSL20º100%11.18%-
HSV(B)20º100%22.35%-
XYZ1.921.340.16-
YUV28.2112.09148.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 75%
GREEN value IS 19 (7.81% from 255) = 25%
BLUE value IS 0 (0.39% from 255) = 0%
R=75%
G=25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5719000.6710.782010011.18
Hex39130043644E1464b
Octal7123001031441162414413
Binary11100110011001000011110010010011101010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391300; }

 p { color: rgb(57,19,0); }

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

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

 a { background-color: rgb(57,19,0); }

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

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

 span { border-color: rgb(57,19,0); }

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