Html Css Color HEX #715131 Shingle Fawn

📋 copy color: '#715131'

red 113 ◦ green 81 ◦ blue 49

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

Shades of Shingle Fawn #715131

Tints of Shingle Fawn #715131

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.33%

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

R = 46.5%
G = 33.33%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#715131 (or 0x715131) is known color: Shingle Fawn. HEX triplet: 71, 51 and 31. RGB value is (113,81,49). Sum of RGB (Red+Green+Blue) = 113+81+49=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #715131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715131 is #8EAECE. Grayscale: #575757. Windows color (decimal): -9350863 or 3232113. OLE color: 3232113.

HSL color Cylindrical-coordinate representation of color #715131: hue angle of 30º 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 #715131 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 81 49 -
CMYK 0 0.28 0.57 0.56
HSL 30º 0.4% 0.32% -
HSV(B) 30º 0.57% 0.44% -
XYZ 10.31 9.62 4.22 -
YUV 86.92 106.6 146.6 -
System Red Green Blue C M Y K H S L
Decimal 113 81 49 0 0.28 0.57 0.56 30 0.4 0.32
Hex 71 51 31 0 1C 39 38 1E 28 20
Octal 161 121 61 0 34 71 70 36 50 40
Binary 1110001 1010001 110001 0 11100 111001 111000 11110 101000 100000

Color Harmonies of #715131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715131

Black with #715131

Text Example


Text Example

White with #715131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715131; }

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

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

background-color css

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

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

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

border-color css

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

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

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