#785B3D

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

Shades of Shingle Fawn #785B3D

Tints of Shingle Fawn #785B3D

Color information

#785B3D (or 0x785B3D) is unknown color: approx Shingle Fawn. HEX triplet: 78, 5B and 3D. RGB value is (120,91,61). Sum of RGB (Red+Green+Blue) = 120+91+61=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 120 - color contains mainly: red. Hex color #785B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785B3D is #87A4C2. Grayscale: #606060. Windows color (decimal): -8889539 or 4021112. OLE color: 4021112.

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

Color convert

RGB1209161-
CMYK00.240.490.53
HSL30.51º32.6%35.49%-
HSV(B)30.51º49.17%47.06%-
XYZ12.3311.816.05-
YUV96.25108.11144.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.12%
GREEN value IS 91 (35.94% from 255) = 33.46%
BLUE value IS 61 (24.22% from 255) = 22.43%
R=44.12%
G=33.46%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120916100.240.490.5330.5132.635.49
Hex785B3D01831351f2123
Octal170133750306165374143
Binary1111000101101111110101100011000111010111111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,91,61); }

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

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

 a { background-color: rgb(120,91,61); }

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

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

 span { border-color: rgb(120,91,61); }

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