#795A2F

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

Shades of Shingle Fawn #795A2F

Tints of Shingle Fawn #795A2F

Color information

#795A2F (or 0x795A2F) is unknown color: approx Shingle Fawn. HEX triplet: 79, 5A and 2F. RGB value is (121,90,47). Sum of RGB (Red+Green+Blue) = 121+90+47=258 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.90% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 121 - color contains mainly: red. Hex color #795A2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795A2F is #86A5D0. Grayscale: #5E5E5E. Windows color (decimal): -8824273 or 3103353. OLE color: 3103353.

HSL color Cylindrical-coordinate representation of color #795A2F: hue angle of 34.86º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #795A2F is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1219047-
CMYK00.260.610.53
HSL34.86º44.05%32.94%-
HSV(B)34.86º61.16%47.45%-
XYZ12.0511.584.29-
YUV94.37101.27147-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.90%
GREEN value IS 90 (35.55% from 255) = 34.88%
BLUE value IS 47 (18.75% from 255) = 18.22%
R=46.90%
G=34.88%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121904700.260.610.5334.8644.0532.94
Hex795A2F01A3D35232c21
Octal171132570327565435441
Binary11110011011010101111011010111101110101100011101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,90,47); }

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

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

 a { background-color: rgb(121,90,47); }

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

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

 span { border-color: rgb(121,90,47); }

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