#785B31

Color #785B31 Shingle Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shingle Fawn #785B31

Tints of Shingle Fawn #785B31

Color information

#785B31 (or 0x785B31) is unknown color: approx Shingle Fawn. HEX triplet: 78, 5B and 31. RGB value is (120,91,49). Sum of RGB (Red+Green+Blue) = 120+91+49=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 120 - color contains mainly: red. Hex color #785B31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785B31 is #87A4CE. Grayscale: #5F5F5F. Windows color (decimal): -8889551 or 3234680. OLE color: 3234680.

HSL color Cylindrical-coordinate representation of color #785B31: hue angle of 35.49º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #785B31 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB1209149-
CMYK00.240.590.53
HSL35.49º42.01%33.14%-
HSV(B)35.49º59.17%47.06%-
XYZ12.0411.74.53-
YUV94.88102.11145.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.15%
GREEN value IS 91 (35.94% from 255) = 35%
BLUE value IS 49 (19.53% from 255) = 18.85%
R=46.15%
G=35%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120914900.240.590.5335.4942.0133.14
Hex785B310183B35232a21
Octal170133610307365435241
Binary11110001011011110001011000111011110101100011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785B31; }

 p { color: rgb(120,91,49); }

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

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

 a { background-color: rgb(120,91,49); }

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

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

 span { border-color: rgb(120,91,49); }

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