Html Css Color HEX #705735 Shingle Fawn

📋 copy color: '#705735'

red 112 ◦ green 87 ◦ blue 53

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

Shades of Shingle Fawn #705735

Tints of Shingle Fawn #705735

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.52%

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

R = 44.44%
G = 34.52%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#705735 (or 0x705735) is known color: Shingle Fawn. HEX triplet: 70, 57 and 35. RGB value is (112,87,53). Sum of RGB (Red+Green+Blue) = 112+87+53=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #705735 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705735 is #8FA8CA. Grayscale: #5A5A5A. Windows color (decimal): -9414859 or 3495792. OLE color: 3495792.

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

Color convert

RGB 112 87 53 -
CMYK 0 0.22 0.53 0.56
HSL 34.58º 0.36% 0.32% -
HSV(B) 34.58º 0.53% 0.44% -
XYZ 10.73 10.52 4.83 -
YUV 90.6 106.78 143.26 -
System Red Green Blue C M Y K H S L
Decimal 112 87 53 0 0.22 0.53 0.56 34.58 0.36 0.32
Hex 70 57 35 0 16 35 38 23 24 20
Octal 160 127 65 0 26 65 70 43 44 40
Binary 1110000 1010111 110101 0 10110 110101 111000 100011 100100 100000

Color Harmonies of #705735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705735

Black with #705735

Text Example


Text Example

White with #705735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705735; }

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

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

background-color css

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

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

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

border-color css

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

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

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