Html Css Color HEX #705448 Quincy

📋 copy color: '#705448'

red 112 ◦ green 84 ◦ blue 72

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

Shades of Quincy #705448

Tints of Quincy #705448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.34%

 BLUE value IS 72 (28.52% from 255) = 26.87%

R = 41.79%
G = 31.34%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#705448 (or 0x705448) is known color: Quincy. HEX triplet: 70, 54 and 48. RGB value is (112,84,72). Sum of RGB (Red+Green+Blue) = 112+84+72=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #705448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705448 is #8FABB7. Grayscale: #5B5B5B. Windows color (decimal): -9415608 or 4740208. OLE color: 4740208.

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

Color convert

RGB 112 84 72 -
CMYK 0 0.25 0.36 0.56
HSL 18º 0.22% 0.36% -
HSV(B) 18º 0.36% 0.44% -
XYZ 11.02 10.25 7.53 -
YUV 91 117.28 142.98 -
System Red Green Blue C M Y K H S L
Decimal 112 84 72 0 0.25 0.36 0.56 18 0.22 0.36
Hex 70 54 48 0 19 24 38 12 16 24
Octal 160 124 110 0 31 44 70 22 26 44
Binary 1110000 1010100 1001000 0 11001 100100 111000 10010 10110 100100

Color Harmonies of #705448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705448

Black with #705448

Text Example


Text Example

White with #705448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705448; }

 p { color: rgb(112,84,72); }

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

background-color css

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

 a { background-color: rgb(112,84,72); }

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

border-color css

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

 span { border-color: rgb(112,84,72); }

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