Html Css Color HEX #705032 Shingle Fawn

📋 copy color: '#705032'

red 112 ◦ green 80 ◦ blue 50

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

Shades of Shingle Fawn #705032

Tints of Shingle Fawn #705032

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.06%

 BLUE value IS 50 (19.92% from 255) = 20.66%

R = 46.28%
G = 33.06%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#705032 (or 0x705032) is known color: Shingle Fawn. HEX triplet: 70, 50 and 32. RGB value is (112,80,50). Sum of RGB (Red+Green+Blue) = 112+80+50=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #705032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705032 is #8FAFCD. Grayscale: #565656. Windows color (decimal): -9416654 or 3297392. OLE color: 3297392.

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

Color convert

RGB 112 80 50 -
CMYK 0 0.29 0.55 0.56
HSL 29.03º 0.38% 0.32% -
HSV(B) 29.03º 0.55% 0.44% -
XYZ 10.13 9.41 4.3 -
YUV 86.15 107.6 146.44 -
System Red Green Blue C M Y K H S L
Decimal 112 80 50 0 0.29 0.55 0.56 29.03 0.38 0.32
Hex 70 50 32 0 1D 37 38 1D 26 20
Octal 160 120 62 0 35 67 70 35 46 40
Binary 1110000 1010000 110010 0 11101 110111 111000 11101 100110 100000

Color Harmonies of #705032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705032

Black with #705032

Text Example


Text Example

White with #705032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705032; }

 p { color: rgb(112,80,50); }

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

background-color css

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

 a { background-color: rgb(112,80,50); }

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

border-color css

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

 span { border-color: rgb(112,80,50); }

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