#753A3E

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

Shades of Tosca #753A3E

Tints of Tosca #753A3E

Color information

#753A3E (or 0x753A3E) is unknown color: approx Tosca. HEX triplet: 75, 3A and 3E. RGB value is (117,58,62). Sum of RGB (Red+Green+Blue) = 117+58+62=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #753A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753A3E is #8AC5C1. Grayscale: #4C4C4C. Windows color (decimal): -9094594 or 4078197. OLE color: 4078197.

HSL color Cylindrical-coordinate representation of color #753A3E: hue angle of 355.93º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753A3E is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB1175862-
CMYK00.500.470.54
HSL355.93º33.71%34.31%-
HSV(B)355.93º50.43%45.88%-
XYZ9.727.165.43-
YUV76.1120.05157.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.37%
GREEN value IS 58 (23.05% from 255) = 24.47%
BLUE value IS 62 (24.61% from 255) = 26.16%
R=49.37%
G=24.47%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117586200.500.470.54355.9333.7134.31
Hex753A3E0322F361642222
Octal165727606257665444242
Binary11101011110101111100110010101111110110101100100100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753A3E; }

 p { color: rgb(117,58,62); }

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

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

 a { background-color: rgb(117,58,62); }

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

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

 span { border-color: rgb(117,58,62); }

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