#795D3A

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

Shades of Shingle Fawn #795D3A

Tints of Shingle Fawn #795D3A

Color information

#795D3A (or 0x795D3A) is unknown color: approx Shingle Fawn. HEX triplet: 79, 5D and 3A. RGB value is (121,93,58). Sum of RGB (Red+Green+Blue) = 121+93+58=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 121 - color contains mainly: red. Hex color #795D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795D3A is #86A2C5. Grayscale: #616161. Windows color (decimal): -8823494 or 3825017. OLE color: 3825017.

HSL color Cylindrical-coordinate representation of color #795D3A: hue angle of 33.33º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #795D3A is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB1219358-
CMYK00.230.520.53
HSL33.33º35.2%35.1%-
HSV(B)33.33º52.07%47.45%-
XYZ12.5612.25.7-
YUV97.38105.78144.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.49%
GREEN value IS 93 (36.72% from 255) = 34.19%
BLUE value IS 58 (23.05% from 255) = 21.32%
R=44.49%
G=34.19%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121935800.230.520.5333.3335.235.1
Hex795D3A0173435212323
Octal171135720276465414343
Binary11110011011101111010010111110100110101100001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795D3A; }

 p { color: rgb(121,93,58); }

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

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

 a { background-color: rgb(121,93,58); }

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

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

 span { border-color: rgb(121,93,58); }

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