Html Css Color HEX #705532 Shingle Fawn

📋 copy color: '#705532'

red 112 ◦ green 85 ◦ blue 50

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

Shades of Shingle Fawn #705532

Tints of Shingle Fawn #705532

RGB

 RED value IS 112 (44.14% from 255) = 45.34%

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

 BLUE value IS 50 (19.92% from 255) = 20.24%

R = 45.34%
G = 34.41%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#705532 (or 0x705532) is known color: Shingle Fawn. HEX triplet: 70, 55 and 32. RGB value is (112,85,50). Sum of RGB (Red+Green+Blue) = 112+85+50=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #705532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705532 is #8FAACD. Grayscale: #595959. Windows color (decimal): -9415374 or 3298672. OLE color: 3298672.

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

Color convert

RGB 112 85 50 -
CMYK 0 0.24 0.55 0.56
HSL 33.87º 0.38% 0.32% -
HSV(B) 33.87º 0.55% 0.44% -
XYZ 10.51 10.17 4.43 -
YUV 89.08 105.95 144.35 -
System Red Green Blue C M Y K H S L
Decimal 112 85 50 0 0.24 0.55 0.56 33.87 0.38 0.32
Hex 70 55 32 0 18 37 38 22 26 20
Octal 160 125 62 0 30 67 70 42 46 40
Binary 1110000 1010101 110010 0 11000 110111 111000 100010 100110 100000

Color Harmonies of #705532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705532

Black with #705532

Text Example


Text Example

White with #705532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705532; }

 p { color: rgb(112,85,50); }

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

background-color css

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

 a { background-color: rgb(112,85,50); }

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

border-color css

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

 span { border-color: rgb(112,85,50); }

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