#714043

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

Shades of Tosca #714043

Tints of Tosca #714043

Color information

#714043 (or 0x714043) is unknown color: approx Tosca. HEX triplet: 71, 40 and 43. RGB value is (113,64,67). Sum of RGB (Red+Green+Blue) = 113+64+67=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 67 (26.56% from 255 or 27.46% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #714043 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714043 is #8EBFBC. Grayscale: #4F4F4F. Windows color (decimal): -9355197 or 4407409. OLE color: 4407409.

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

Color convert

RGB1136467-
CMYK00.430.410.56
HSL356.33º27.68%34.71%-
HSV(B)356.33º43.36%44.31%-
XYZ9.667.586.26-
YUV78.99121.23152.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.31%
GREEN value IS 64 (25.39% from 255) = 26.23%
BLUE value IS 67 (26.56% from 255) = 27.46%
R=46.31%
G=26.23%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113646700.430.410.56356.3327.6834.71
Hex71404302B29381641c23
Octal16110010305351705443443
Binary111000110000001000011010101110100111100010110010011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714043; }

 p { color: rgb(113,64,67); }

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

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

 a { background-color: rgb(113,64,67); }

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

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

 span { border-color: rgb(113,64,67); }

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