#391305

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

Shades of Brown Pod #391305

Tints of Brown Pod #391305

Color information

#391305 (or 0x391305) is unknown color: approx Brown Pod. HEX triplet: 39, 13 and 05. RGB value is (57,19,5). Sum of RGB (Red+Green+Blue) = 57+19+5=81 (10% of max value = 765). Red value is 57 (22.66% from 255 or 70.37% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 5 (2.34% from 255 or 6.17% from 81); Max value from RGB is 57 - color contains mainly: red. Hex color #391305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391305 is #C6ECFA. Grayscale: #1C1C1C. Windows color (decimal): -13036795 or 332601. OLE color: 332601.

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

Color convert

RGB57195-
CMYK00.670.910.78
HSL16.15º83.87%12.16%-
HSV(B)16.15º91.23%22.35%-
XYZ1.951.350.3-
YUV28.77114.59148.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 70.37%
GREEN value IS 19 (7.81% from 255) = 23.46%
BLUE value IS 5 (2.34% from 255) = 6.17%
R=70.37%
G=23.46%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5719500.670.910.7816.1583.8712.16
Hex391350435B4E1054c
Octal7123501031331162012414
Binary1110011001110101000011101101110011101000010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391305; }

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

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

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

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

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

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

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

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