Html Css Color HEX #705B3B Shingle Fawn

📋 copy color: '#705B3B'

red 112 ◦ green 91 ◦ blue 59

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

Shades of Shingle Fawn #705B3B

Tints of Shingle Fawn #705B3B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.73%

 BLUE value IS 59 (23.44% from 255) = 22.52%

R = 42.75%
G = 34.73%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#705B3B (or 0x705B3B) is known color: Shingle Fawn. HEX triplet: 70, 5B and 3B. RGB value is (112,91,59). Sum of RGB (Red+Green+Blue) = 112+91+59=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #705B3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705B3B is #8FA4C4. Grayscale: #5D5D5D. Windows color (decimal): -9413829 or 3890032. OLE color: 3890032.

HSL color Cylindrical-coordinate representation of color #705B3B: hue angle of 36.23º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #705B3B is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 91 59 -
CMYK 0 0.19 0.47 0.56
HSL 36.23º 0.31% 0.34% -
HSV(B) 36.23º 0.47% 0.44% -
XYZ 11.21 11.24 5.72 -
YUV 93.63 108.46 141.1 -
System Red Green Blue C M Y K H S L
Decimal 112 91 59 0 0.19 0.47 0.56 36.23 0.31 0.34
Hex 70 5B 3B 0 13 2F 38 24 1F 22
Octal 160 133 73 0 23 57 70 44 37 42
Binary 1110000 1011011 111011 0 10011 101111 111000 100100 11111 100010

Color Harmonies of #705B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705B3B

Black with #705B3B

Text Example


Text Example

White with #705B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705B3B; }

 p { color: rgb(112,91,59); }

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

background-color css

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

 a { background-color: rgb(112,91,59); }

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

border-color css

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

 span { border-color: rgb(112,91,59); }

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