#785535

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

Shades of Shingle Fawn #785535

Tints of Shingle Fawn #785535

Color information

#785535 (or 0x785535) is unknown color: approx Shingle Fawn. HEX triplet: 78, 55 and 35. RGB value is (120,85,53). Sum of RGB (Red+Green+Blue) = 120+85+53=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 53 (21.09% from 255 or 20.54% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #785535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785535 is #87AACA. Grayscale: #5B5B5B. Windows color (decimal): -8891083 or 3495288. OLE color: 3495288.

HSL color Cylindrical-coordinate representation of color #785535: hue angle of 28.66º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #785535 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB1208553-
CMYK00.290.560.53
HSL28.66º38.73%33.92%-
HSV(B)28.66º55.83%47.06%-
XYZ11.6410.754.83-
YUV91.82106.1148.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.51%
GREEN value IS 85 (33.59% from 255) = 32.95%
BLUE value IS 53 (21.09% from 255) = 20.54%
R=46.51%
G=32.95%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120855300.290.560.5328.6638.7333.92
Hex78553501D38351d2722
Octal170125650357065354742
Binary1111000101010111010101110111100011010111101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785535; }

 p { color: rgb(120,85,53); }

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

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

 a { background-color: rgb(120,85,53); }

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

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

 span { border-color: rgb(120,85,53); }

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