Html Css Color HEX #705435 Shingle Fawn

📋 copy color: '#705435'

red 112 ◦ green 84 ◦ blue 53

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

Shades of Shingle Fawn #705435

Tints of Shingle Fawn #705435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.29%

R = 44.98%
G = 33.73%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#705435 (or 0x705435) is known color: Shingle Fawn. HEX triplet: 70, 54 and 35. RGB value is (112,84,53). Sum of RGB (Red+Green+Blue) = 112+84+53=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #705435 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705435 is #8FABCA. Grayscale: #585858. Windows color (decimal): -9415627 or 3495024. OLE color: 3495024.

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

Color convert

RGB 112 84 53 -
CMYK 0 0.25 0.53 0.56
HSL 31.53º 0.36% 0.32% -
HSV(B) 31.53º 0.53% 0.44% -
XYZ 10.5 10.04 4.75 -
YUV 88.84 107.78 144.52 -
System Red Green Blue C M Y K H S L
Decimal 112 84 53 0 0.25 0.53 0.56 31.53 0.36 0.32
Hex 70 54 35 0 19 35 38 20 24 20
Octal 160 124 65 0 31 65 70 40 44 40
Binary 1110000 1010100 110101 0 11001 110101 111000 100000 100100 100000

Color Harmonies of #705435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705435

Black with #705435

Text Example


Text Example

White with #705435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705435; }

 p { color: rgb(112,84,53); }

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

background-color css

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

 a { background-color: rgb(112,84,53); }

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

border-color css

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

 span { border-color: rgb(112,84,53); }

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