Html Css Color HEX #705848 Quincy

📋 copy color: '#705848'

red 112 ◦ green 88 ◦ blue 72

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

Shades of Quincy #705848

Tints of Quincy #705848

RGB

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

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

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

R = 41.18%
G = 32.35%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#705848 (or 0x705848) is known color: Quincy. HEX triplet: 70, 58 and 48. RGB value is (112,88,72). Sum of RGB (Red+Green+Blue) = 112+88+72=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #705848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705848 is #8FA7B7. Grayscale: #5D5D5D. Windows color (decimal): -9414584 or 4741232. OLE color: 4741232.

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

Color convert

RGB 112 88 72 -
CMYK 0 0.21 0.36 0.56
HSL 24º 0.22% 0.36% -
HSV(B) 24º 0.36% 0.44% -
XYZ 11.34 10.89 7.64 -
YUV 93.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 112 88 72 0 0.21 0.36 0.56 24 0.22 0.36
Hex 70 58 48 0 15 24 38 18 16 24
Octal 160 130 110 0 25 44 70 30 26 44
Binary 1110000 1011000 1001000 0 10101 100100 111000 11000 10110 100100

Color Harmonies of #705848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705848

Black with #705848

Text Example


Text Example

White with #705848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705848; }

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

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

background-color css

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

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

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

border-color css

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

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

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