#71444A

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

Shades of Tosca #71444A

Tints of Tosca #71444A

Color information

#71444A (or 0x71444A) is unknown color: approx Tosca. HEX triplet: 71, 44 and 4A. RGB value is (113,68,74). Sum of RGB (Red+Green+Blue) = 113+68+74=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #71444A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71444A is #8EBBB5. Grayscale: #525252. Windows color (decimal): -9354166 or 4867185. OLE color: 4867185.

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

Color convert

RGB1136874-
CMYK00.400.350.56
HSL352º24.86%35.49%-
HSV(B)352º39.82%44.31%-
XYZ10.118.147.52-
YUV82.14123.41150.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.31%
GREEN value IS 68 (26.95% from 255) = 26.67%
BLUE value IS 74 (29.30% from 255) = 29.02%
R=44.31%
G=26.67%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113687400.400.350.5635224.8635.49
Hex71444A02823381601923
Octal16110411205043705403143
Binary111000110001001001010010100010001111100010110000011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71444A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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