#391500

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

Shades of Brown Pod #391500

Tints of Brown Pod #391500

Color information

#391500 (or 0x391500) is unknown color: approx Brown Pod. HEX triplet: 39, 15 and 00. RGB value is (57,21,0). Sum of RGB (Red+Green+Blue) = 57+21+0=78 (10% of max value = 765). Red value is 57 (22.66% from 255 or 73.08% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 0 (0.39% from 255 or 0% from 78); Max value from RGB is 57 - color contains mainly: red. Hex color #391500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391500 is #C6EAFF. Grayscale: #1D1D1D. Windows color (decimal): -13036288 or 5433. OLE color: 5433.

HSL color Cylindrical-coordinate representation of color #391500: hue angle of 22.11º 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 #391500 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB57210-
CMYK00.6310.78
HSL22.11º100%11.18%-
HSV(B)22.11º100%22.35%-
XYZ1.961.410.17-
YUV29.37111.43147.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 73.08%
GREEN value IS 21 (8.59% from 255) = 26.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.08%
G=26.92%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5721000.6310.7822.1110011.18
Hex3915003F644E1664b
Octal712500771441162614413
Binary1110011010100111111110010010011101011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391500; }

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

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

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

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

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

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

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

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