#704243

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

Shades of Tosca #704243

Tints of Tosca #704243

Color information

#704243 (or 0x704243) is unknown color: approx Tosca. HEX triplet: 70, 42 and 43. RGB value is (112,66,67). Sum of RGB (Red+Green+Blue) = 112+66+67=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 67 (26.56% from 255 or 27.35% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #704243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704243 is #8FBDBC. Grayscale: #4F4F4F. Windows color (decimal): -9420221 or 4407920. OLE color: 4407920.

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

Color convert

RGB1126667-
CMYK00.410.400.56
HSL358.7º25.84%34.9%-
HSV(B)358.7º41.07%43.92%-
XYZ9.647.756.3-
YUV79.87120.74150.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.71%
GREEN value IS 66 (26.17% from 255) = 26.94%
BLUE value IS 67 (26.56% from 255) = 27.35%
R=45.71%
G=26.94%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112666700.410.400.56358.725.8434.9
Hex70424302928381671a23
Octal16010210305150705473243
Binary111000010000101000011010100110100011100010110011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704243; }

 p { color: rgb(112,66,67); }

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

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

 a { background-color: rgb(112,66,67); }

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

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

 span { border-color: rgb(112,66,67); }

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