#705848

Color #705848 Quincy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quincy #705848

Tints of Quincy #705848

Color information

#705848 (or 0x705848) is unknown color: approx 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

RGB1128872-
CMYK00.210.360.56
HSL24º21.74%36.08%-
HSV(B)24º35.71%43.92%-
XYZ11.3410.897.64-
YUV93.35115.95141.3-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112887200.210.360.562421.7436.08
Hex7058480152438181624
Octal1601301100254470302644
Binary1110000101100010010000101011001001110001100010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>