Html Css Color HEX #715431 Shingle Fawn

📋 copy color: '#715431'

red 113 ◦ green 84 ◦ blue 49

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

Shades of Shingle Fawn #715431

Tints of Shingle Fawn #715431

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.15%

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

R = 45.93%
G = 34.15%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#715431 (or 0x715431) is known color: Shingle Fawn. HEX triplet: 71, 54 and 31. RGB value is (113,84,49). Sum of RGB (Red+Green+Blue) = 113+84+49=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #715431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715431 is #8EABCE. Grayscale: #585858. Windows color (decimal): -9350095 or 3232881. OLE color: 3232881.

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

Color convert

RGB 113 84 49 -
CMYK 0 0.26 0.57 0.56
HSL 32.81º 0.4% 0.32% -
HSV(B) 32.81º 0.57% 0.44% -
XYZ 10.53 10.07 4.29 -
YUV 88.68 105.61 145.35 -
System Red Green Blue C M Y K H S L
Decimal 113 84 49 0 0.26 0.57 0.56 32.81 0.4 0.32
Hex 71 54 31 0 1A 39 38 21 28 20
Octal 161 124 61 0 32 71 70 41 50 40
Binary 1110001 1010100 110001 0 11010 111001 111000 100001 101000 100000

Color Harmonies of #715431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715431

Black with #715431

Text Example


Text Example

White with #715431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715431; }

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

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

background-color css

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

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

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

border-color css

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

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

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