Html Css Color HEX #705834 Shingle Fawn

📋 copy color: '#705834'

red 112 ◦ green 88 ◦ blue 52

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

Shades of Shingle Fawn #705834

Tints of Shingle Fawn #705834

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.92%

 BLUE value IS 52 (20.7% from 255) = 20.63%

R = 44.44%
G = 34.92%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#705834 (or 0x705834) is known color: Shingle Fawn. HEX triplet: 70, 58 and 34. RGB value is (112,88,52). Sum of RGB (Red+Green+Blue) = 112+88+52=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #705834 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705834 is #8FA7CB. Grayscale: #5B5B5B. Windows color (decimal): -9414604 or 3430512. OLE color: 3430512.

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

Color convert

RGB 112 88 52 -
CMYK 0 0.21 0.54 0.56
HSL 36º 0.37% 0.32% -
HSV(B) 36º 0.54% 0.44% -
XYZ 10.79 10.67 4.74 -
YUV 91.07 105.95 142.93 -
System Red Green Blue C M Y K H S L
Decimal 112 88 52 0 0.21 0.54 0.56 36 0.37 0.32
Hex 70 58 34 0 15 36 38 24 25 20
Octal 160 130 64 0 25 66 70 44 45 40
Binary 1110000 1011000 110100 0 10101 110110 111000 100100 100101 100000

Color Harmonies of #705834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705834

Black with #705834

Text Example


Text Example

White with #705834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705834; }

 p { color: rgb(112,88,52); }

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

background-color css

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

 a { background-color: rgb(112,88,52); }

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

border-color css

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

 span { border-color: rgb(112,88,52); }

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