Html Css Color HEX #715C3F Shingle Fawn

📋 copy color: '#715C3F'

red 113 ◦ green 92 ◦ blue 63

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

Shades of Shingle Fawn #715C3F

Tints of Shingle Fawn #715C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.51%

R = 42.16%
G = 34.33%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#715C3F (or 0x715C3F) is known color: Shingle Fawn. HEX triplet: 71, 5C and 3F. RGB value is (113,92,63). Sum of RGB (Red+Green+Blue) = 113+92+63=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #715C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715C3F is #8EA3C0. Grayscale: #5F5F5F. Windows color (decimal): -9348033 or 4152433. OLE color: 4152433.

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

Color convert

RGB 113 92 63 -
CMYK 0 0.19 0.44 0.56
HSL 34.8º 0.28% 0.35% -
HSV(B) 34.8º 0.44% 0.44% -
XYZ 11.53 11.52 6.32 -
YUV 94.97 109.96 140.86 -
System Red Green Blue C M Y K H S L
Decimal 113 92 63 0 0.19 0.44 0.56 34.8 0.28 0.35
Hex 71 5C 3F 0 13 2C 38 23 1C 23
Octal 161 134 77 0 23 54 70 43 34 43
Binary 1110001 1011100 111111 0 10011 101100 111000 100011 11100 100011

Color Harmonies of #715C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715C3F

Black with #715C3F

Text Example


Text Example

White with #715C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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