Html Css Color HEX #795C40 Shingle Fawn

📋 copy color: '#795C40'

red 121 ◦ green 92 ◦ blue 64

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

Shades of Shingle Fawn #795C40

Tints of Shingle Fawn #795C40

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.21%

 BLUE value IS 64 (25.39% from 255) = 23.1%

R = 43.68%
G = 33.21%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#795C40 (or 0x795C40) is known color: Shingle Fawn. HEX triplet: 79, 5C and 40. RGB value is (121,92,64). Sum of RGB (Red+Green+Blue) = 121+92+64=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 121 - color contains mainly: red. Hex color #795C40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795C40 is #86A3BF. Grayscale: #616161. Windows color (decimal): -8823744 or 4217977. OLE color: 4217977.

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

Color convert

RGB 121 92 64 -
CMYK 0 0.24 0.47 0.53
HSL 29.47º 0.31% 0.36% -
HSV(B) 29.47º 0.47% 0.47% -
XYZ 12.64 12.09 6.52 -
YUV 97.48 109.11 144.78 -
System Red Green Blue C M Y K H S L
Decimal 121 92 64 0 0.24 0.47 0.53 29.47 0.31 0.36
Hex 79 5C 40 0 18 2F 35 1D 1F 24
Octal 171 134 100 0 30 57 65 35 37 44
Binary 1111001 1011100 1000000 0 11000 101111 110101 11101 11111 100100

Color Harmonies of #795C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795C40

Black with #795C40

Text Example


Text Example

White with #795C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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