#795E31

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

Shades of Shingle Fawn #795E31

Tints of Shingle Fawn #795E31

Color information

#795E31 (or 0x795E31) is unknown color: approx Shingle Fawn. HEX triplet: 79, 5E and 31. RGB value is (121,94,49). Sum of RGB (Red+Green+Blue) = 121+94+49=264 (34% of max value = 765). Red value is 121 (47.66% from 255 or 45.83% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 121 - color contains mainly: red. Hex color #795E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795E31 is #86A1CE. Grayscale: #616161. Windows color (decimal): -8823247 or 3235449. OLE color: 3235449.

HSL color Cylindrical-coordinate representation of color #795E31: hue angle of 37.5º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #795E31 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB1219449-
CMYK00.220.600.53
HSL37.5º42.35%33.33%-
HSV(B)37.5º59.5%47.45%-
XYZ12.4412.294.62-
YUV96.94100.95145.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.83%
GREEN value IS 94 (37.11% from 255) = 35.61%
BLUE value IS 49 (19.53% from 255) = 18.56%
R=45.83%
G=35.61%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121944900.220.600.5337.542.3533.33
Hex795E310163C35262a21
Octal171136610267465465241
Binary11110011011110110001010110111100110101100110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,94,49); }

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

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

 a { background-color: rgb(121,94,49); }

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

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

 span { border-color: rgb(121,94,49); }

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