Html Css Color HEX #705548 Quincy

📋 copy color: '#705548'

red 112 ◦ green 85 ◦ blue 72

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

Shades of Quincy #705548

Tints of Quincy #705548

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.6%

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

R = 41.64%
G = 31.6%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#705548 (or 0x705548) is known color: Quincy. HEX triplet: 70, 55 and 48. RGB value is (112,85,72). Sum of RGB (Red+Green+Blue) = 112+85+72=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #705548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705548 is #8FAAB7. Grayscale: #5B5B5B. Windows color (decimal): -9415352 or 4740464. OLE color: 4740464.

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

Color convert

RGB 112 85 72 -
CMYK 0 0.24 0.36 0.56
HSL 19.5º 0.22% 0.36% -
HSV(B) 19.5º 0.36% 0.44% -
XYZ 11.1 10.41 7.56 -
YUV 91.59 116.95 142.56 -
System Red Green Blue C M Y K H S L
Decimal 112 85 72 0 0.24 0.36 0.56 19.5 0.22 0.36
Hex 70 55 48 0 18 24 38 14 16 24
Octal 160 125 110 0 30 44 70 24 26 44
Binary 1110000 1010101 1001000 0 11000 100100 111000 10100 10110 100100

Color Harmonies of #705548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705548

Black with #705548

Text Example


Text Example

White with #705548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705548; }

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

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

background-color css

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

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

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

border-color css

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

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

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