Html Css Color HEX #705337 Shingle Fawn

📋 copy color: '#705337'

red 112 ◦ green 83 ◦ blue 55

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

Shades of Shingle Fawn #705337

Tints of Shingle Fawn #705337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22%

R = 44.8%
G = 33.2%
B = 22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#705337 (or 0x705337) is known color: Shingle Fawn. HEX triplet: 70, 53 and 37. RGB value is (112,83,55). Sum of RGB (Red+Green+Blue) = 112+83+55=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #705337 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705337 is #8FACC8. Grayscale: #585858. Windows color (decimal): -9415881 or 3625840. OLE color: 3625840.

HSL color Cylindrical-coordinate representation of color #705337: hue angle of 29.47º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #705337 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 83 55 -
CMYK 0 0.26 0.51 0.56
HSL 29.47º 0.34% 0.33% -
HSV(B) 29.47º 0.51% 0.44% -
XYZ 10.46 9.91 4.98 -
YUV 88.48 109.11 144.78 -
System Red Green Blue C M Y K H S L
Decimal 112 83 55 0 0.26 0.51 0.56 29.47 0.34 0.33
Hex 70 53 37 0 1A 33 38 1D 22 21
Octal 160 123 67 0 32 63 70 35 42 41
Binary 1110000 1010011 110111 0 11010 110011 111000 11101 100010 100001

Color Harmonies of #705337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705337

Black with #705337

Text Example


Text Example

White with #705337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705337; }

 p { color: rgb(112,83,55); }

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

background-color css

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

 a { background-color: rgb(112,83,55); }

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

border-color css

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

 span { border-color: rgb(112,83,55); }

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