#753C3E

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

Shades of Tosca #753C3E

Tints of Tosca #753C3E

Color information

#753C3E (or 0x753C3E) is unknown color: approx Tosca. HEX triplet: 75, 3C and 3E. RGB value is (117,60,62). Sum of RGB (Red+Green+Blue) = 117+60+62=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #753C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C3E is #8AC3C1. Grayscale: #4D4D4D. Windows color (decimal): -9094082 or 4078709. OLE color: 4078709.

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

Color convert

RGB1176062-
CMYK00.490.470.54
HSL357.89º32.2%34.71%-
HSV(B)357.89º48.72%45.88%-
XYZ9.827.365.46-
YUV77.27119.38156.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.95%
GREEN value IS 60 (23.83% from 255) = 25.10%
BLUE value IS 62 (24.61% from 255) = 25.94%
R=48.95%
G=25.10%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117606200.490.470.54357.8932.234.71
Hex753C3E0312F361662023
Octal165747606157665464043
Binary11101011111001111100110001101111110110101100110100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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