#785F3B

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

Shades of Shingle Fawn #785F3B

Tints of Shingle Fawn #785F3B

Color information

#785F3B (or 0x785F3B) is unknown color: approx Shingle Fawn. HEX triplet: 78, 5F and 3B. RGB value is (120,95,59). Sum of RGB (Red+Green+Blue) = 120+95+59=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 120 - color contains mainly: red. Hex color #785F3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785F3B is #87A0C4. Grayscale: #626262. Windows color (decimal): -8888517 or 3891064. OLE color: 3891064.

HSL color Cylindrical-coordinate representation of color #785F3B: hue angle of 35.41º 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 #785F3B is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB1209559-
CMYK00.210.510.53
HSL35.41º34.08%35.1%-
HSV(B)35.41º50.83%47.06%-
XYZ12.6312.495.88-
YUV98.37105.78143.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.80%
GREEN value IS 95 (37.5% from 255) = 34.67%
BLUE value IS 59 (23.44% from 255) = 21.53%
R=43.80%
G=34.67%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120955900.210.510.5335.4134.0835.1
Hex785F3B0153335232223
Octal170137730256365434243
Binary11110001011111111011010101110011110101100011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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