#786035

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

Shades of Shingle Fawn #786035

Tints of Shingle Fawn #786035

Color information

#786035 (or 0x786035) is unknown color: approx Shingle Fawn. HEX triplet: 78, 60 and 35. RGB value is (120,96,53). Sum of RGB (Red+Green+Blue) = 120+96+53=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #786035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786035 is #879FCA. Grayscale: #626262. Windows color (decimal): -8888267 or 3498104. OLE color: 3498104.

HSL color Cylindrical-coordinate representation of color #786035: hue angle of 38.51º 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 #786035 is Cyan = 0, Magento = 0.2, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB1209653-
CMYK00.20.560.53
HSL38.51º38.73%33.92%-
HSV(B)38.51º55.83%47.06%-
XYZ12.5712.625.14-
YUV98.27102.45143.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.61%
GREEN value IS 96 (37.89% from 255) = 35.69%
BLUE value IS 53 (21.09% from 255) = 19.70%
R=44.61%
G=35.69%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120965300.20.560.5338.5138.7333.92
Hex7860350143835272722
Octal170140650247065474742
Binary11110001100000110101010100111000110101100111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786035; }

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

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

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

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

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

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

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

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