#795C2F

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

Shades of Shingle Fawn #795C2F

Tints of Shingle Fawn #795C2F

Color information

#795C2F (or 0x795C2F) is unknown color: approx Shingle Fawn. HEX triplet: 79, 5C and 2F. RGB value is (121,92,47). Sum of RGB (Red+Green+Blue) = 121+92+47=260 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.54% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 121 - color contains mainly: red. Hex color #795C2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795C2F is #86A3D0. Grayscale: #5F5F5F. Windows color (decimal): -8823761 or 3103865. OLE color: 3103865.

HSL color Cylindrical-coordinate representation of color #795C2F: hue angle of 36.49º 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 #795C2F is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1219247-
CMYK00.240.610.53
HSL36.49º44.05%32.94%-
HSV(B)36.49º61.16%47.45%-
XYZ12.2311.924.35-
YUV95.54100.61146.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.54%
GREEN value IS 92 (36.33% from 255) = 35.38%
BLUE value IS 47 (18.75% from 255) = 18.08%
R=46.54%
G=35.38%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121924700.240.610.5336.4944.0532.94
Hex795C2F0183D35242c21
Octal171134570307565445441
Binary11110011011100101111011000111101110101100100101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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