#311705

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

Shades of Brown Pod #311705

Tints of Brown Pod #311705

Color information

#311705 (or 0x311705) is unknown color: approx Brown Pod. HEX triplet: 31, 17 and 05. RGB value is (49,23,5). Sum of RGB (Red+Green+Blue) = 49+23+5=77 (10% of max value = 765). Red value is 49 (19.53% from 255 or 63.64% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 5 (2.34% from 255 or 6.49% from 77); Max value from RGB is 49 - color contains mainly: red. Hex color #311705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311705 is #CEE8FA. Grayscale: #1C1C1C. Windows color (decimal): -13560059 or 333617. OLE color: 333617.

HSL color Cylindrical-coordinate representation of color #311705: hue angle of 24.55º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #311705 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB49235-
CMYK00.530.900.81
HSL24.55º81.48%10.59%-
HSV(B)24.55º89.8%19.22%-
XYZ1.61.280.31-
YUV28.72114.61142.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 63.64%
GREEN value IS 23 (9.38% from 255) = 29.87%
BLUE value IS 5 (2.34% from 255) = 6.49%
R=63.64%
G=29.87%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4923500.530.900.8124.5581.4810.59
Hex311750355A511951b
Octal612750651321213112113
Binary110001101111010110101101101010100011100110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311705; }

 p { color: rgb(49,23,5); }

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

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

 a { background-color: rgb(49,23,5); }

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

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

 span { border-color: rgb(49,23,5); }

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