#785E3B

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

Shades of Shingle Fawn #785E3B

Tints of Shingle Fawn #785E3B

Color information

#785E3B (or 0x785E3B) is unknown color: approx Shingle Fawn. HEX triplet: 78, 5E and 3B. RGB value is (120,94,59). Sum of RGB (Red+Green+Blue) = 120+94+59=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #785E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785E3B is #87A1C4. Grayscale: #616161. Windows color (decimal): -8888773 or 3890808. OLE color: 3890808.

HSL color Cylindrical-coordinate representation of color #785E3B: hue angle of 34.43º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #785E3B is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB1209459-
CMYK00.220.510.53
HSL34.43º34.08%35.1%-
HSV(B)34.43º50.83%47.06%-
XYZ12.5412.315.85-
YUV97.78106.11143.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.96%
GREEN value IS 94 (37.11% from 255) = 34.43%
BLUE value IS 59 (23.44% from 255) = 21.61%
R=43.96%
G=34.43%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120945900.220.510.5334.4334.0835.1
Hex785E3B0163335222223
Octal170136730266365424243
Binary11110001011110111011010110110011110101100010100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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