Html Css Color HEX #715A38 Shingle Fawn

📋 copy color: '#715A38'

red 113 ◦ green 90 ◦ blue 56

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

Shades of Shingle Fawn #715A38

Tints of Shingle Fawn #715A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.62%

R = 43.63%
G = 34.75%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#715A38 (or 0x715A38) is known color: Shingle Fawn. HEX triplet: 71, 5A and 38. RGB value is (113,90,56). Sum of RGB (Red+Green+Blue) = 113+90+56=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #715A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715A38 is #8EA5C7. Grayscale: #5D5D5D. Windows color (decimal): -9348552 or 3693169. OLE color: 3693169.

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

Color convert

RGB 113 90 56 -
CMYK 0 0.20 0.50 0.56
HSL 35.79º 0.34% 0.33% -
HSV(B) 35.79º 0.5% 0.44% -
XYZ 11.18 11.11 5.3 -
YUV 93 107.12 142.26 -
System Red Green Blue C M Y K H S L
Decimal 113 90 56 0 0.20 0.50 0.56 35.79 0.34 0.33
Hex 71 5A 38 0 14 32 38 24 22 21
Octal 161 132 70 0 24 62 70 44 42 41
Binary 1110001 1011010 111000 0 10100 110010 111000 100100 100010 100001

Color Harmonies of #715A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715A38

Black with #715A38

Text Example


Text Example

White with #715A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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