Html Css Color HEX #71553B Shingle Fawn

📋 copy color: '#71553B'

red 113 ◦ green 85 ◦ blue 59

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

Shades of Shingle Fawn #71553B

Tints of Shingle Fawn #71553B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.07%

 BLUE value IS 59 (23.44% from 255) = 22.96%

R = 43.97%
G = 33.07%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#71553B (or 0x71553B) is known color: Shingle Fawn. HEX triplet: 71, 55 and 3B. RGB value is (113,85,59). Sum of RGB (Red+Green+Blue) = 113+85+59=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #71553B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71553B is #8EAAC4. Grayscale: #5A5A5A. Windows color (decimal): -9349829 or 3888497. OLE color: 3888497.

HSL color Cylindrical-coordinate representation of color #71553B: hue angle of 28.89º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71553B is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 85 59 -
CMYK 0 0.25 0.48 0.56
HSL 28.89º 0.31% 0.34% -
HSV(B) 28.89º 0.48% 0.44% -
XYZ 10.85 10.32 5.56 -
YUV 90.41 110.28 144.11 -
System Red Green Blue C M Y K H S L
Decimal 113 85 59 0 0.25 0.48 0.56 28.89 0.31 0.34
Hex 71 55 3B 0 19 30 38 1D 1F 22
Octal 161 125 73 0 31 60 70 35 37 42
Binary 1110001 1010101 111011 0 11001 110000 111000 11101 11111 100010

Color Harmonies of #71553B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71553B

Black with #71553B

Text Example


Text Example

White with #71553B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71553B; }

 p { color: rgb(113,85,59); }

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

background-color css

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

 a { background-color: rgb(113,85,59); }

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

border-color css

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

 span { border-color: rgb(113,85,59); }

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