#753B3B

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

Shades of Sanguine Brown #753B3B

Tints of Sanguine Brown #753B3B

Color information

#753B3B (or 0x753B3B) is unknown color: approx Sanguine Brown. HEX triplet: 75, 3B and 3B. RGB value is (117,59,59). Sum of RGB (Red+Green+Blue) = 117+59+59=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #753B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753B3B is #8AC4C4. Grayscale: #4C4C4C. Windows color (decimal): -9094341 or 3881845. OLE color: 3881845.

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

Color convert

RGB1175959-
CMYK00.500.500.54
HSL32.95%34.51%-
HSV(B)49.57%45.88%-
XYZ9.697.235.02-
YUV76.34118.22157-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.79%
GREEN value IS 59 (23.44% from 255) = 25.11%
BLUE value IS 59 (23.44% from 255) = 25.11%
R=49.79%
G=25.11%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117595900.500.500.54032.9534.51
Hex753B3B032323602123
Octal1657373062626604143
Binary111010111101111101101100101100101101100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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