#785A2E

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

Shades of Shingle Fawn #785A2E

Tints of Shingle Fawn #785A2E

Color information

#785A2E (or 0x785A2E) is unknown color: approx Shingle Fawn. HEX triplet: 78, 5A and 2E. RGB value is (120,90,46). Sum of RGB (Red+Green+Blue) = 120+90+46=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #785A2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785A2E is #87A5D1. Grayscale: #5E5E5E. Windows color (decimal): -8889810 or 3037816. OLE color: 3037816.

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

Color convert

RGB1209046-
CMYK00.250.620.53
HSL35.68º44.58%32.55%-
HSV(B)35.68º61.67%47.06%-
XYZ11.911.54.18-
YUV93.95100.94146.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.88%
GREEN value IS 90 (35.55% from 255) = 35.16%
BLUE value IS 46 (18.36% from 255) = 17.97%
R=46.88%
G=35.16%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120904600.250.620.5335.6844.5832.55
Hex785A2E0193E35242d21
Octal170132560317665445541
Binary11110001011010101110011001111110110101100100101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,90,46); }

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

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

 a { background-color: rgb(120,90,46); }

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

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

 span { border-color: rgb(120,90,46); }

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