#391504

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

Shades of Brown Pod #391504

Tints of Brown Pod #391504

Color information

#391504 (or 0x391504) is unknown color: approx Brown Pod. HEX triplet: 39, 15 and 04. RGB value is (57,21,4). Sum of RGB (Red+Green+Blue) = 57+21+4=82 (10% of max value = 765). Red value is 57 (22.66% from 255 or 69.51% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 4 (1.95% from 255 or 4.88% from 82); Max value from RGB is 57 - color contains mainly: red. Hex color #391504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391504 is #C6EAFB. Grayscale: #1D1D1D. Windows color (decimal): -13036284 or 267577. OLE color: 267577.

HSL color Cylindrical-coordinate representation of color #391504: hue angle of 19.25º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #391504 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB57214-
CMYK00.630.930.78
HSL19.25º86.89%11.96%-
HSV(B)19.25º92.98%22.35%-
XYZ1.981.410.28-
YUV29.83113.43147.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 69.51%
GREEN value IS 21 (8.59% from 255) = 25.61%
BLUE value IS 4 (1.95% from 255) = 4.88%
R=69.51%
G=25.61%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5721400.630.930.7819.2586.8911.96
Hex3915403F5D4E1357c
Octal712540771351162312714
Binary111001101011000111111101110110011101001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391504; }

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

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

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

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

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

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

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

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