#71464A

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

Shades of Tosca #71464A

Tints of Tosca #71464A

Color information

#71464A (or 0x71464A) is unknown color: approx Tosca. HEX triplet: 71, 46 and 4A. RGB value is (113,70,74). Sum of RGB (Red+Green+Blue) = 113+70+74=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #71464A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71464A is #8EB9B5. Grayscale: #535353. Windows color (decimal): -9353654 or 4867697. OLE color: 4867697.

HSL color Cylindrical-coordinate representation of color #71464A: hue angle of 354.42º 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 #71464A is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB1137074-
CMYK00.380.350.56
HSL354.42º23.5%35.88%-
HSV(B)354.42º38.05%44.31%-
XYZ10.248.397.56-
YUV83.31122.75149.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.97%
GREEN value IS 70 (27.73% from 255) = 27.24%
BLUE value IS 74 (29.30% from 255) = 28.79%
R=43.97%
G=27.24%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113707400.380.350.56354.4223.535.88
Hex71464A02623381621724
Octal16110611204643705422744
Binary111000110001101001010010011010001111100010110001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71464A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71464A; }

 p { color: rgb(113,70,74); }

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

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

 a { background-color: rgb(113,70,74); }

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

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

 span { border-color: rgb(113,70,74); }

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