#714243

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

Shades of Tosca #714243

Tints of Tosca #714243

Color information

#714243 (or 0x714243) is unknown color: approx Tosca. HEX triplet: 71, 42 and 43. RGB value is (113,66,67). Sum of RGB (Red+Green+Blue) = 113+66+67=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 67 (26.56% from 255 or 27.24% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #714243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714243 is #8EBDBC. Grayscale: #505050. Windows color (decimal): -9354685 or 4407921. OLE color: 4407921.

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

Color convert

RGB1136667-
CMYK00.420.410.56
HSL358.72º26.26%35.1%-
HSV(B)358.72º41.59%44.31%-
XYZ9.777.816.3-
YUV80.17120.57151.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.93%
GREEN value IS 66 (26.17% from 255) = 26.83%
BLUE value IS 67 (26.56% from 255) = 27.24%
R=45.93%
G=26.83%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113666700.420.410.56358.7226.2635.1
Hex71424302A29381671a23
Octal16110210305251705473243
Binary111000110000101000011010101010100111100010110011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714243; }

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

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

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

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

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

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

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

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