Html Css Color HEX #715231 Shingle Fawn

📋 copy color: '#715231'

red 113 ◦ green 82 ◦ blue 49

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

Shades of Shingle Fawn #715231

Tints of Shingle Fawn #715231

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.61%

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

R = 46.31%
G = 33.61%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#715231 (or 0x715231) is known color: Shingle Fawn. HEX triplet: 71, 52 and 31. RGB value is (113,82,49). Sum of RGB (Red+Green+Blue) = 113+82+49=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #715231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715231 is #8EADCE. Grayscale: #575757. Windows color (decimal): -9350607 or 3232369. OLE color: 3232369.

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

Color convert

RGB 113 82 49 -
CMYK 0 0.27 0.57 0.56
HSL 30.94º 0.4% 0.32% -
HSV(B) 30.94º 0.57% 0.44% -
XYZ 10.38 9.77 4.24 -
YUV 87.51 106.27 146.18 -
System Red Green Blue C M Y K H S L
Decimal 113 82 49 0 0.27 0.57 0.56 30.94 0.4 0.32
Hex 71 52 31 0 1B 39 38 1F 28 20
Octal 161 122 61 0 33 71 70 37 50 40
Binary 1110001 1010010 110001 0 11011 111001 111000 11111 101000 100000

Color Harmonies of #715231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715231

Black with #715231

Text Example


Text Example

White with #715231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715231; }

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

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

background-color css

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

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

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

border-color css

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

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

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