Html Css Color HEX #715C34 Shingle Fawn

📋 copy color: '#715C34'

red 113 ◦ green 92 ◦ blue 52

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

Shades of Shingle Fawn #715C34

Tints of Shingle Fawn #715C34

RGB

 RED value IS 113 (44.53% from 255) = 43.97%

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

 BLUE value IS 52 (20.7% from 255) = 20.23%

R = 43.97%
G = 35.8%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#715C34 (or 0x715C34) is known color: Shingle Fawn. HEX triplet: 71, 5C and 34. RGB value is (113,92,52). Sum of RGB (Red+Green+Blue) = 113+92+52=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #715C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715C34 is #8EA3CB. Grayscale: #5D5D5D. Windows color (decimal): -9348044 or 3431537. OLE color: 3431537.

HSL color Cylindrical-coordinate representation of color #715C34: hue angle of 39.34º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #715C34 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 92 52 -
CMYK 0 0.19 0.54 0.56
HSL 39.34º 0.37% 0.32% -
HSV(B) 39.34º 0.54% 0.44% -
XYZ 11.26 11.41 4.86 -
YUV 93.72 104.46 141.75 -
System Red Green Blue C M Y K H S L
Decimal 113 92 52 0 0.19 0.54 0.56 39.34 0.37 0.32
Hex 71 5C 34 0 13 36 38 27 25 20
Octal 161 134 64 0 23 66 70 47 45 40
Binary 1110001 1011100 110100 0 10011 110110 111000 100111 100101 100000

Color Harmonies of #715C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715C34

Black with #715C34

Text Example


Text Example

White with #715C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715C34; }

 p { color: rgb(113,92,52); }

 H1.HeaderClassName
 {
   color: #715C34;
 }
 .AnyTagClassName
 {
   color: #715C34;
 }
</style>

background-color css

<style>
 a { background-color: #715C34; }

 a { background-color: rgb(113,92,52); }

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

border-color css

<style>
 span { border-color: #715C34; }

 span { border-color: rgb(113,92,52); }

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