#753938

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

Shades of Sanguine Brown #753938

Tints of Sanguine Brown #753938

Color information

#753938 (or 0x753938) is unknown color: approx Sanguine Brown. HEX triplet: 75, 39 and 38. RGB value is (117,57,56). Sum of RGB (Red+Green+Blue) = 117+57+56=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 56 (22.27% from 255 or 24.35% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #753938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753938 is #8AC6C7. Grayscale: #4A4A4A. Windows color (decimal): -9094856 or 3684725. OLE color: 3684725.

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

Color convert

RGB1175756-
CMYK00.510.520.54
HSL0.98º35.26%33.92%-
HSV(B)0.98º52.14%45.88%-
XYZ9.516.994.59-
YUV74.83117.38158.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.87%
GREEN value IS 57 (22.66% from 255) = 24.78%
BLUE value IS 56 (22.27% from 255) = 24.35%
R=50.87%
G=24.78%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117575600.510.520.540.9835.2633.92
Hex753938033343612322
Octal1657170063646614342
Binary111010111100111100001100111101001101101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753938; }

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

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

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

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

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

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

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

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