Html Css Color HEX #715D38 Shingle Fawn

📋 copy color: '#715D38'

red 113 ◦ green 93 ◦ blue 56

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

Shades of Shingle Fawn #715D38

Tints of Shingle Fawn #715D38

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.5%

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

R = 43.13%
G = 35.5%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#715D38 (or 0x715D38) is known color: Shingle Fawn. HEX triplet: 71, 5D and 38. RGB value is (113,93,56). Sum of RGB (Red+Green+Blue) = 113+93+56=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 56 (22.27% from 255 or 21.37% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #715D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715D38 is #8EA2C7. Grayscale: #5E5E5E. Windows color (decimal): -9347784 or 3693937. OLE color: 3693937.

HSL color Cylindrical-coordinate representation of color #715D38: hue angle of 38.95º 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 #715D38 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 93 56 -
CMYK 0 0.18 0.50 0.56
HSL 38.95º 0.34% 0.33% -
HSV(B) 38.95º 0.5% 0.44% -
XYZ 11.44 11.62 5.38 -
YUV 94.76 106.13 141.01 -
System Red Green Blue C M Y K H S L
Decimal 113 93 56 0 0.18 0.50 0.56 38.95 0.34 0.33
Hex 71 5D 38 0 12 32 38 27 22 21
Octal 161 135 70 0 22 62 70 47 42 41
Binary 1110001 1011101 111000 0 10010 110010 111000 100111 100010 100001

Color Harmonies of #715D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715D38

Black with #715D38

Text Example


Text Example

White with #715D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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