Html Css Color HEX #705539 Shingle Fawn

📋 copy color: '#705539'

red 112 ◦ green 85 ◦ blue 57

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

Shades of Shingle Fawn #705539

Tints of Shingle Fawn #705539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.44%

R = 44.09%
G = 33.46%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#705539 (or 0x705539) is known color: Shingle Fawn. HEX triplet: 70, 55 and 39. RGB value is (112,85,57). Sum of RGB (Red+Green+Blue) = 112+85+57=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #705539 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705539 is #8FAAC6. Grayscale: #5A5A5A. Windows color (decimal): -9415367 or 3757424. OLE color: 3757424.

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

Color convert

RGB 112 85 57 -
CMYK 0 0.24 0.49 0.56
HSL 30.55º 0.33% 0.33% -
HSV(B) 30.55º 0.49% 0.44% -
XYZ 10.67 10.24 5.28 -
YUV 89.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 112 85 57 0 0.24 0.49 0.56 30.55 0.33 0.33
Hex 70 55 39 0 18 31 38 1F 21 21
Octal 160 125 71 0 30 61 70 37 41 41
Binary 1110000 1010101 111001 0 11000 110001 111000 11111 100001 100001

Color Harmonies of #705539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705539

Black with #705539

Text Example


Text Example

White with #705539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705539; }

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

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

background-color css

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

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

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

border-color css

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

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

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