Html Css Color HEX #705333 Shingle Fawn

📋 copy color: '#705333'

red 112 ◦ green 83 ◦ blue 51

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

Shades of Shingle Fawn #705333

Tints of Shingle Fawn #705333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.73%

R = 45.53%
G = 33.74%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#705333 (or 0x705333) is known color: Shingle Fawn. HEX triplet: 70, 53 and 33. RGB value is (112,83,51). Sum of RGB (Red+Green+Blue) = 112+83+51=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #705333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705333 is #8FACCC. Grayscale: #585858. Windows color (decimal): -9415885 or 3363696. OLE color: 3363696.

HSL color Cylindrical-coordinate representation of color #705333: hue angle of 31.48º 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 #705333 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 83 51 -
CMYK 0 0.26 0.54 0.56
HSL 31.48º 0.37% 0.32% -
HSV(B) 31.48º 0.54% 0.44% -
XYZ 10.37 9.87 4.49 -
YUV 88.02 107.11 145.1 -
System Red Green Blue C M Y K H S L
Decimal 112 83 51 0 0.26 0.54 0.56 31.48 0.37 0.32
Hex 70 53 33 0 1A 36 38 1F 25 20
Octal 160 123 63 0 32 66 70 37 45 40
Binary 1110000 1010011 110011 0 11010 110110 111000 11111 100101 100000

Color Harmonies of #705333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705333

Black with #705333

Text Example


Text Example

White with #705333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705333; }

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

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

background-color css

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

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

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

border-color css

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

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

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