#714548

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

Shades of Tosca #714548

Tints of Tosca #714548

Color information

#714548 (or 0x714548) is unknown color: approx Tosca. HEX triplet: 71, 45 and 48. RGB value is (113,69,72). Sum of RGB (Red+Green+Blue) = 113+69+72=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #714548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714548 is #8EBAB7. Grayscale: #525252. Windows color (decimal): -9353912 or 4736369. OLE color: 4736369.

HSL color Cylindrical-coordinate representation of color #714548: hue angle of 355.91º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #714548 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB1136972-
CMYK00.390.360.56
HSL355.91º24.18%35.69%-
HSV(B)355.91º38.94%44.31%-
XYZ10.118.237.19-
YUV82.5122.08149.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.49%
GREEN value IS 69 (27.34% from 255) = 27.17%
BLUE value IS 72 (28.52% from 255) = 28.35%
R=44.49%
G=27.17%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113697200.390.360.56355.9124.1835.69
Hex71454802724381641824
Octal16110511004744705443044
Binary111000110001011001000010011110010011100010110010011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714548; }

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

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

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

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

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

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

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

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