Html Css Color HEX #715434 Shingle Fawn

📋 copy color: '#715434'

red 113 ◦ green 84 ◦ blue 52

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

Shades of Shingle Fawn #715434

Tints of Shingle Fawn #715434

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.73%

 BLUE value IS 52 (20.7% from 255) = 20.88%

R = 45.38%
G = 33.73%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#715434 (or 0x715434) is known color: Shingle Fawn. HEX triplet: 71, 54 and 34. RGB value is (113,84,52). Sum of RGB (Red+Green+Blue) = 113+84+52=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #715434 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715434 is #8EABCB. Grayscale: #595959. Windows color (decimal): -9350092 or 3429489. OLE color: 3429489.

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

Color convert

RGB 113 84 52 -
CMYK 0 0.26 0.54 0.56
HSL 31.48º 0.37% 0.32% -
HSV(B) 31.48º 0.54% 0.44% -
XYZ 10.6 10.1 4.64 -
YUV 89.02 107.11 145.1 -
System Red Green Blue C M Y K H S L
Decimal 113 84 52 0 0.26 0.54 0.56 31.48 0.37 0.32
Hex 71 54 34 0 1A 36 38 1F 25 20
Octal 161 124 64 0 32 66 70 37 45 40
Binary 1110001 1010100 110100 0 11010 110110 111000 11111 100101 100000

Color Harmonies of #715434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715434

Black with #715434

Text Example


Text Example

White with #715434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715434; }

 p { color: rgb(113,84,52); }

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

background-color css

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

 a { background-color: rgb(113,84,52); }

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

border-color css

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

 span { border-color: rgb(113,84,52); }

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