#753C3B

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

Shades of Sanguine Brown #753C3B

Tints of Sanguine Brown #753C3B

Color information

#753C3B (or 0x753C3B) is unknown color: approx Sanguine Brown. HEX triplet: 75, 3C and 3B. RGB value is (117,60,59). Sum of RGB (Red+Green+Blue) = 117+60+59=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #753C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753C3B is #8AC3C4. Grayscale: #4C4C4C. Windows color (decimal): -9094085 or 3882101. OLE color: 3882101.

HSL color Cylindrical-coordinate representation of color #753C3B: hue angle of 1.03º 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 #753C3B is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1176059-
CMYK00.490.500.54
HSL1.03º32.95%34.51%-
HSV(B)1.03º49.57%45.88%-
XYZ9.747.335.04-
YUV76.93117.88156.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.58%
GREEN value IS 60 (23.83% from 255) = 25.42%
BLUE value IS 59 (23.44% from 255) = 25%
R=49.58%
G=25.42%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117605900.490.500.541.0332.9534.51
Hex753C3B031323612123
Octal1657473061626614143
Binary111010111110011101101100011100101101101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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