#704648

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

Shades of Tosca #704648

Tints of Tosca #704648

Color information

#704648 (or 0x704648) is unknown color: approx Tosca. HEX triplet: 70, 46 and 48. RGB value is (112,70,72). Sum of RGB (Red+Green+Blue) = 112+70+72=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #704648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704648 is #8FB9B7. Grayscale: #525252. Windows color (decimal): -9419192 or 4736624. OLE color: 4736624.

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

Color convert

RGB1127072-
CMYK00.380.360.56
HSL357.14º23.08%35.69%-
HSV(B)357.14º37.5%43.92%-
XYZ10.048.297.2-
YUV82.79121.91148.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.09%
GREEN value IS 70 (27.73% from 255) = 27.56%
BLUE value IS 72 (28.52% from 255) = 28.35%
R=44.09%
G=27.56%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112707200.380.360.56357.1423.0835.69
Hex70464802624381651724
Octal16010611004644705452744
Binary111000010001101001000010011010010011100010110010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704648; }

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

 H1.HeaderClassName
 {
   color: #704648;
 }
 .AnyTagClassName
 {
   color: #704648;
 }
</style>
background-color css

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

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

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

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

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

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