#795F3D

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

Shades of Shingle Fawn #795F3D

Tints of Shingle Fawn #795F3D

Color information

#795F3D (or 0x795F3D) is unknown color: approx Shingle Fawn. HEX triplet: 79, 5F and 3D. RGB value is (121,95,61). Sum of RGB (Red+Green+Blue) = 121+95+61=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 121 - color contains mainly: red. Hex color #795F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795F3D is #86A0C2. Grayscale: #636363. Windows color (decimal): -8822979 or 4022137. OLE color: 4022137.

HSL color Cylindrical-coordinate representation of color #795F3D: hue angle of 34º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #795F3D is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB1219561-
CMYK00.210.500.53
HSL34º32.97%35.69%-
HSV(B)34º49.59%47.45%-
XYZ12.8212.596.17-
YUV98.9106.61143.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.68%
GREEN value IS 95 (37.5% from 255) = 34.30%
BLUE value IS 61 (24.22% from 255) = 22.02%
R=43.68%
G=34.30%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121956100.210.500.533432.9735.69
Hex795F3D0153235222124
Octal171137750256265424144
Binary11110011011111111101010101110010110101100010100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,95,61); }

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

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

 a { background-color: rgb(121,95,61); }

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

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

 span { border-color: rgb(121,95,61); }

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