#754548

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

Shades of Tosca #754548

Tints of Tosca #754548

Color information

#754548 (or 0x754548) is unknown color: approx Tosca. HEX triplet: 75, 45 and 48. RGB value is (117,69,72). Sum of RGB (Red+Green+Blue) = 117+69+72=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #754548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754548 is #8ABAB7. Grayscale: #535353. Windows color (decimal): -9091768 or 4736373. OLE color: 4736373.

HSL color Cylindrical-coordinate representation of color #754548: hue angle of 356.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #754548 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB1176972-
CMYK00.410.380.54
HSL356.25º25.81%36.47%-
HSV(B)356.25º41.03%45.88%-
XYZ10.638.517.21-
YUV83.69121.4151.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.35%
GREEN value IS 69 (27.34% from 255) = 26.74%
BLUE value IS 72 (28.52% from 255) = 27.91%
R=45.35%
G=26.74%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117697200.410.380.54356.2525.8136.47
Hex75454802926361641a24
Octal16510511005146665443244
Binary111010110001011001000010100110011011011010110010011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754548; }

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

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

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

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

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

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

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

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