#704548

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

Shades of Tosca #704548

Tints of Tosca #704548

Color information

#704548 (or 0x704548) is unknown color: approx Tosca. HEX triplet: 70, 45 and 48. RGB value is (112,69,72). Sum of RGB (Red+Green+Blue) = 112+69+72=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #704548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704548 is #8FBAB7. Grayscale: #525252. Windows color (decimal): -9419448 or 4736368. OLE color: 4736368.

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

Color convert

RGB1126972-
CMYK00.380.360.56
HSL355.81º23.76%35.49%-
HSV(B)355.81º38.39%43.92%-
XYZ9.988.177.18-
YUV82.2122.25149.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.27%
GREEN value IS 69 (27.34% from 255) = 27.27%
BLUE value IS 72 (28.52% from 255) = 28.46%
R=44.27%
G=27.27%
B=28.46%

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
Decimal112697200.380.360.56355.8123.7635.49
Hex70454802624381641823
Octal16010511004644705443043
Binary111000010001011001000010011010010011100010110010011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704548; }

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

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

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

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

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

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

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

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