Html Css Color HEX #795D3D Shingle Fawn

📋 copy color: '#795D3D'

red 121 ◦ green 93 ◦ blue 61

#795D3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shingle Fawn #795D3D

Tints of Shingle Fawn #795D3D

RGB

 RED value IS 121 (47.66% from 255) = 44%

 GREEN value IS 93 (36.72% from 255) = 33.82%

 BLUE value IS 61 (24.22% from 255) = 22.18%

R = 44%
G = 33.82%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#795D3D (or 0x795D3D) is known color: Shingle Fawn. HEX triplet: 79, 5D and 3D. RGB value is (121,93,61). Sum of RGB (Red+Green+Blue) = 121+93+61=275 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 121 - color contains mainly: red. Hex color #795D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795D3D is #86A2C2. Grayscale: #616161. Windows color (decimal): -8823491 or 4021625. OLE color: 4021625.

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

Color convert

RGB 121 93 61 -
CMYK 0 0.23 0.50 0.53
HSL 32º 0.33% 0.36% -
HSV(B) 32º 0.5% 0.47% -
XYZ 12.64 12.23 6.11 -
YUV 97.72 107.28 144.6 -
System Red Green Blue C M Y K H S L
Decimal 121 93 61 0 0.23 0.50 0.53 32 0.33 0.36
Hex 79 5D 3D 0 17 32 35 20 21 24
Octal 171 135 75 0 27 62 65 40 41 44
Binary 1111001 1011101 111101 0 10111 110010 110101 100000 100001 100100

Color Harmonies of #795D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795D3D

Black with #795D3D

Text Example


Text Example

White with #795D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #795D3D;
 }
 .AnyTagClassName
 {
   color: #795D3D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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