#714445

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

Shades of Tosca #714445

Tints of Tosca #714445

Color information

#714445 (or 0x714445) is unknown color: approx Tosca. HEX triplet: 71, 44 and 45. RGB value is (113,68,69). Sum of RGB (Red+Green+Blue) = 113+68+69=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #714445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714445 is #8EBBBA. Grayscale: #515151. Windows color (decimal): -9354171 or 4539505. OLE color: 4539505.

HSL color Cylindrical-coordinate representation of color #714445: hue angle of 358.67º 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 #714445 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB1136869-
CMYK00.400.390.56
HSL358.67º24.86%35.49%-
HSV(B)358.67º39.82%44.31%-
XYZ9.958.076.66-
YUV81.57120.91150.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.2%
GREEN value IS 68 (26.95% from 255) = 27.2%
BLUE value IS 69 (27.34% from 255) = 27.6%
R=45.2%
G=27.2%
B=27.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113686900.400.390.56358.6724.8635.49
Hex71444502827381671923
Octal16110410505047705473143
Binary111000110001001000101010100010011111100010110011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714445; }

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

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

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

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

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

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

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

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