Html Css Color HEX #715532 Shingle Fawn

📋 copy color: '#715532'

red 113 ◦ green 85 ◦ blue 50

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

Shades of Shingle Fawn #715532

Tints of Shingle Fawn #715532

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.27%

 BLUE value IS 50 (19.92% from 255) = 20.16%

R = 45.56%
G = 34.27%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#715532 (or 0x715532) is known color: Shingle Fawn. HEX triplet: 71, 55 and 32. RGB value is (113,85,50). Sum of RGB (Red+Green+Blue) = 113+85+50=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #715532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715532 is #8EAACD. Grayscale: #595959. Windows color (decimal): -9349838 or 3298673. OLE color: 3298673.

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

Color convert

RGB 113 85 50 -
CMYK 0 0.25 0.56 0.56
HSL 33.33º 0.39% 0.32% -
HSV(B) 33.33º 0.56% 0.44% -
XYZ 10.63 10.24 4.43 -
YUV 89.38 105.78 144.85 -
System Red Green Blue C M Y K H S L
Decimal 113 85 50 0 0.25 0.56 0.56 33.33 0.39 0.32
Hex 71 55 32 0 19 38 38 21 27 20
Octal 161 125 62 0 31 70 70 41 47 40
Binary 1110001 1010101 110010 0 11001 111000 111000 100001 100111 100000

Color Harmonies of #715532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715532

Black with #715532

Text Example


Text Example

White with #715532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715532; }

 p { color: rgb(113,85,50); }

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

background-color css

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

 a { background-color: rgb(113,85,50); }

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

border-color css

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

 span { border-color: rgb(113,85,50); }

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