#785332

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

Shades of Shingle Fawn #785332

Tints of Shingle Fawn #785332

Color information

#785332 (or 0x785332) is unknown color: approx Shingle Fawn. HEX triplet: 78, 53 and 32. RGB value is (120,83,50). Sum of RGB (Red+Green+Blue) = 120+83+50=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #785332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785332 is #87ACCD. Grayscale: #5A5A5A. Windows color (decimal): -8891598 or 3298168. OLE color: 3298168.

HSL color Cylindrical-coordinate representation of color #785332: hue angle of 28.29º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #785332 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB1208350-
CMYK00.310.580.53
HSL28.29º41.18%33.33%-
HSV(B)28.29º58.33%47.06%-
XYZ11.4110.414.43-
YUV90.3105.26149.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.43%
GREEN value IS 83 (32.81% from 255) = 32.81%
BLUE value IS 50 (19.92% from 255) = 19.76%
R=47.43%
G=32.81%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120835000.310.580.5328.2941.1833.33
Hex78533201F3A351c2921
Octal170123620377265345141
Binary1111000101001111001001111111101011010111100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785332; }

 p { color: rgb(120,83,50); }

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

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

 a { background-color: rgb(120,83,50); }

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

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

 span { border-color: rgb(120,83,50); }

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