Html Css Color HEX #715A35 Shingle Fawn

📋 copy color: '#715A35'

red 113 ◦ green 90 ◦ blue 53

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

Shades of Shingle Fawn #715A35

Tints of Shingle Fawn #715A35

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.16%

 BLUE value IS 53 (21.09% from 255) = 20.7%

R = 44.14%
G = 35.16%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#715A35 (or 0x715A35) is known color: Shingle Fawn. HEX triplet: 71, 5A and 35. RGB value is (113,90,53). Sum of RGB (Red+Green+Blue) = 113+90+53=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #715A35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715A35 is #8EA5CA. Grayscale: #5C5C5C. Windows color (decimal): -9348555 or 3496561. OLE color: 3496561.

HSL color Cylindrical-coordinate representation of color #715A35: hue angle of 37º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #715A35 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 90 53 -
CMYK 0 0.20 0.53 0.56
HSL 37º 0.36% 0.33% -
HSV(B) 37º 0.53% 0.44% -
XYZ 11.11 11.08 4.92 -
YUV 92.66 105.62 142.51 -
System Red Green Blue C M Y K H S L
Decimal 113 90 53 0 0.20 0.53 0.56 37 0.36 0.33
Hex 71 5A 35 0 14 35 38 25 24 21
Octal 161 132 65 0 24 65 70 45 44 41
Binary 1110001 1011010 110101 0 10100 110101 111000 100101 100100 100001

Color Harmonies of #715A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715A35

Black with #715A35

Text Example


Text Example

White with #715A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715A35; }

 p { color: rgb(113,90,53); }

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

background-color css

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

 a { background-color: rgb(113,90,53); }

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

border-color css

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

 span { border-color: rgb(113,90,53); }

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