Html Css Color HEX #715731 Shingle Fawn

📋 copy color: '#715731'

red 113 ◦ green 87 ◦ blue 49

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

Shades of Shingle Fawn #715731

Tints of Shingle Fawn #715731

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.94%

 BLUE value IS 49 (19.53% from 255) = 19.68%

R = 45.38%
G = 34.94%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#715731 (or 0x715731) is known color: Shingle Fawn. HEX triplet: 71, 57 and 31. RGB value is (113,87,49). Sum of RGB (Red+Green+Blue) = 113+87+49=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #715731 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715731 is #8EA8CE. Grayscale: #5A5A5A. Windows color (decimal): -9349327 or 3233649. OLE color: 3233649.

HSL color Cylindrical-coordinate representation of color #715731: hue angle of 35.62º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #715731 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 87 49 -
CMYK 0 0.23 0.57 0.56
HSL 35.63º 0.4% 0.32% -
HSV(B) 35.63º 0.57% 0.44% -
XYZ 10.77 10.55 4.37 -
YUV 90.44 104.61 144.09 -
System Red Green Blue C M Y K H S L
Decimal 113 87 49 0 0.23 0.57 0.56 35.63 0.4 0.32
Hex 71 57 31 0 17 39 38 24 28 20
Octal 161 127 61 0 27 71 70 44 50 40
Binary 1110001 1010111 110001 0 10111 111001 111000 100100 101000 100000

Color Harmonies of #715731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715731

Black with #715731

Text Example


Text Example

White with #715731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715731; }

 p { color: rgb(113,87,49); }

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

background-color css

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

 a { background-color: rgb(113,87,49); }

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

border-color css

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

 span { border-color: rgb(113,87,49); }

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