Html Css Color HEX #715533 Shingle Fawn

📋 copy color: '#715533'

red 113 ◦ green 85 ◦ blue 51

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

Shades of Shingle Fawn #715533

Tints of Shingle Fawn #715533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.48%

R = 45.38%
G = 34.14%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#715533 (or 0x715533) is known color: Shingle Fawn. HEX triplet: 71, 55 and 33. RGB value is (113,85,51). Sum of RGB (Red+Green+Blue) = 113+85+51=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 51 (20.31% from 255 or 20.48% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #715533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715533 is #8EAACC. Grayscale: #595959. Windows color (decimal): -9349837 or 3364209. OLE color: 3364209.

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

Color convert

RGB 113 85 51 -
CMYK 0 0.25 0.55 0.56
HSL 32.9º 0.38% 0.32% -
HSV(B) 32.9º 0.55% 0.44% -
XYZ 10.66 10.25 4.55 -
YUV 89.5 106.28 144.76 -
System Red Green Blue C M Y K H S L
Decimal 113 85 51 0 0.25 0.55 0.56 32.9 0.38 0.32
Hex 71 55 33 0 19 37 38 21 26 20
Octal 161 125 63 0 31 67 70 41 46 40
Binary 1110001 1010101 110011 0 11001 110111 111000 100001 100110 100000

Color Harmonies of #715533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715533

Black with #715533

Text Example


Text Example

White with #715533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715533; }

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

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

background-color css

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

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

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

border-color css

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

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

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