#743937

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

Shades of Sanguine Brown #743937

Tints of Sanguine Brown #743937

Color information

#743937 (or 0x743937) is unknown color: approx Sanguine Brown. HEX triplet: 74, 39 and 37. RGB value is (116,57,55). Sum of RGB (Red+Green+Blue) = 116+57+55=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 55 (21.88% from 255 or 24.12% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #743937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743937 is #8BC6C8. Grayscale: #4A4A4A. Windows color (decimal): -9160393 or 3619188. OLE color: 3619188.

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

Color convert

RGB1165755-
CMYK00.510.530.55
HSL1.97º35.67%33.53%-
HSV(B)1.97º52.59%45.49%-
XYZ9.366.924.46-
YUV74.41117.05157.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.88%
GREEN value IS 57 (22.66% from 255) = 25%
BLUE value IS 55 (21.88% from 255) = 24.12%
R=50.88%
G=25%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116575500.510.530.551.9735.6733.53
Hex743937033353722422
Octal1647167063656724442
Binary1110100111001110111011001111010111011110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743937; }

 p { color: rgb(116,57,55); }

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

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

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

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

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

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

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