#753B39

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

Shades of Sanguine Brown #753B39

Tints of Sanguine Brown #753B39

Color information

#753B39 (or 0x753B39) is unknown color: approx Sanguine Brown. HEX triplet: 75, 3B and 39. RGB value is (117,59,57). Sum of RGB (Red+Green+Blue) = 117+59+57=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 59 (23.44% from 255 or 25.32% from 233); Blue value is 57 (22.66% from 255 or 24.46% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #753B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753B39 is #8AC4C6. Grayscale: #4C4C4C. Windows color (decimal): -9094343 or 3750773. OLE color: 3750773.

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

Color convert

RGB1175957-
CMYK00.500.510.54
HSL34.48%34.12%-
HSV(B)51.28%45.88%-
XYZ9.647.214.75-
YUV76.11117.22157.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.21%
GREEN value IS 59 (23.44% from 255) = 25.32%
BLUE value IS 57 (22.66% from 255) = 24.46%
R=50.21%
G=25.32%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117595700.500.510.54234.4834.12
Hex753B39032333622222
Octal1657371062636624242
Binary1110101111011111001011001011001111011010100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,59,57); }

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

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

 a { background-color: rgb(117,59,57); }

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

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

 span { border-color: rgb(117,59,57); }

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