Html Css Color HEX #715334 Shingle Fawn

📋 copy color: '#715334'

red 113 ◦ green 83 ◦ blue 52

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

Shades of Shingle Fawn #715334

Tints of Shingle Fawn #715334

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.47%

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

R = 45.56%
G = 33.47%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#715334 (or 0x715334) is known color: Shingle Fawn. HEX triplet: 71, 53 and 34. RGB value is (113,83,52). Sum of RGB (Red+Green+Blue) = 113+83+52=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #715334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715334 is #8EACCB. Grayscale: #585858. Windows color (decimal): -9350348 or 3429233. OLE color: 3429233.

HSL color Cylindrical-coordinate representation of color #715334: hue angle of 30.49º 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 #715334 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 83 52 -
CMYK 0 0.27 0.54 0.56
HSL 30.49º 0.37% 0.32% -
HSV(B) 30.49º 0.54% 0.44% -
XYZ 10.52 9.95 4.61 -
YUV 88.44 107.44 145.52 -
System Red Green Blue C M Y K H S L
Decimal 113 83 52 0 0.27 0.54 0.56 30.49 0.37 0.32
Hex 71 53 34 0 1B 36 38 1E 25 20
Octal 161 123 64 0 33 66 70 36 45 40
Binary 1110001 1010011 110100 0 11011 110110 111000 11110 100101 100000

Color Harmonies of #715334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715334

Black with #715334

Text Example


Text Example

White with #715334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715334; }

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

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

background-color css

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

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

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

border-color css

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

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

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