#785E30

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

Shades of Shingle Fawn #785E30

Tints of Shingle Fawn #785E30

Color information

#785E30 (or 0x785E30) is unknown color: approx Shingle Fawn. HEX triplet: 78, 5E and 30. RGB value is (120,94,48). Sum of RGB (Red+Green+Blue) = 120+94+48=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #785E30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785E30 is #87A1CF. Grayscale: #606060. Windows color (decimal): -8888784 or 3169912. OLE color: 3169912.

HSL color Cylindrical-coordinate representation of color #785E30: hue angle of 38.33º 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 #785E30 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB1209448-
CMYK00.220.600.53
HSL38.33º42.86%32.94%-
HSV(B)38.33º60%47.06%-
XYZ12.2812.214.51-
YUV96.53100.61144.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.80%
GREEN value IS 94 (37.11% from 255) = 35.88%
BLUE value IS 48 (19.14% from 255) = 18.32%
R=45.80%
G=35.88%
B=18.32%

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
Decimal120944800.220.600.5338.3342.8632.94
Hex785E300163C35262b21
Octal170136600267465465341
Binary11110001011110110000010110111100110101100110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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