#753737

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

Shades of Sanguine Brown #753737

Tints of Sanguine Brown #753737

Color information

#753737 (or 0x753737) is unknown color: approx Sanguine Brown. HEX triplet: 75, 37 and 37. RGB value is (117,55,55). Sum of RGB (Red+Green+Blue) = 117+55+55=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #753737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753737 is #8AC8C8. Grayscale: #494949. Windows color (decimal): -9095369 or 3618677. OLE color: 3618677.

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

Color convert

RGB1175555-
CMYK00.530.530.54
HSL36.05%33.73%-
HSV(B)52.99%45.88%-
XYZ9.396.794.43-
YUV73.54117.54159-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.54%
GREEN value IS 55 (21.88% from 255) = 24.23%
BLUE value IS 55 (21.88% from 255) = 24.23%
R=51.54%
G=24.23%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117555500.530.530.54036.0533.73
Hex753737035353602422
Octal1656767065656604442
Binary111010111011111011101101011101011101100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753737; }

 p { color: rgb(117,55,55); }

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

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

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

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

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

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

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