#785D30

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

Shades of Shingle Fawn #785D30

Tints of Shingle Fawn #785D30

Color information

#785D30 (or 0x785D30) is unknown color: approx Shingle Fawn. HEX triplet: 78, 5D and 30. RGB value is (120,93,48). Sum of RGB (Red+Green+Blue) = 120+93+48=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #785D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785D30 is #87A2CF. Grayscale: #606060. Windows color (decimal): -8889040 or 3169656. OLE color: 3169656.

HSL color Cylindrical-coordinate representation of color #785D30: hue angle of 37.5º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #785D30 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB1209348-
CMYK00.220.600.53
HSL37.5º42.86%32.94%-
HSV(B)37.5º60%47.06%-
XYZ12.1912.044.48-
YUV95.94100.95145.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.98%
GREEN value IS 93 (36.72% from 255) = 35.63%
BLUE value IS 48 (19.14% from 255) = 18.39%
R=45.98%
G=35.63%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120934800.220.600.5337.542.8632.94
Hex785D300163C35262b21
Octal170135600267465465341
Binary11110001011101110000010110111100110101100110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,93,48); }

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

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

 a { background-color: rgb(120,93,48); }

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

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

 span { border-color: rgb(120,93,48); }

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