#391505

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

Shades of Brown Pod #391505

Tints of Brown Pod #391505

Color information

#391505 (or 0x391505) is unknown color: approx Brown Pod. HEX triplet: 39, 15 and 05. RGB value is (57,21,5). Sum of RGB (Red+Green+Blue) = 57+21+5=83 (10% of max value = 765). Red value is 57 (22.66% from 255 or 68.67% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 5 (2.34% from 255 or 6.02% from 83); Max value from RGB is 57 - color contains mainly: red. Hex color #391505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391505 is #C6EAFA. Grayscale: #1E1E1E. Windows color (decimal): -13036283 or 333113. OLE color: 333113.

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

Color convert

RGB57215-
CMYK00.630.910.78
HSL18.46º83.87%12.16%-
HSV(B)18.46º91.23%22.35%-
XYZ1.981.420.31-
YUV29.94113.93147.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 68.67%
GREEN value IS 21 (8.59% from 255) = 25.30%
BLUE value IS 5 (2.34% from 255) = 6.02%
R=68.67%
G=25.30%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5721500.630.910.7818.4683.8712.16
Hex3915503F5B4E1254c
Octal712550771331162212414
Binary111001101011010111111101101110011101001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391505; }

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

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

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

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

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

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

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

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