#753838

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

Shades of Sanguine Brown #753838

Tints of Sanguine Brown #753838

Color information

#753838 (or 0x753838) is unknown color: approx Sanguine Brown. HEX triplet: 75, 38 and 38. RGB value is (117,56,56). Sum of RGB (Red+Green+Blue) = 117+56+56=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 56 (22.27% from 255 or 24.45% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #753838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753838 is #8AC7C7. Grayscale: #4A4A4A. Windows color (decimal): -9095112 or 3684469. OLE color: 3684469.

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

Color convert

RGB1175656-
CMYK00.520.520.54
HSL35.26%33.92%-
HSV(B)52.14%45.88%-
XYZ9.466.94.57-
YUV74.24117.71158.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.09%
GREEN value IS 56 (22.27% from 255) = 24.45%
BLUE value IS 56 (22.27% from 255) = 24.45%
R=51.09%
G=24.45%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117565600.520.520.54035.2633.92
Hex753838034343602322
Octal1657070064646604342
Binary111010111100011100001101001101001101100100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753838; }

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

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

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

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

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

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

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

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