#743734

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

Shades of Sanguine Brown #743734

Tints of Sanguine Brown #743734

Color information

#743734 (or 0x743734) is unknown color: approx Sanguine Brown. HEX triplet: 74, 37 and 34. RGB value is (116,55,52). Sum of RGB (Red+Green+Blue) = 116+55+52=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #743734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743734 is #8BC8CB. Grayscale: #484848. Windows color (decimal): -9160908 or 3422068. OLE color: 3422068.

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

Color convert

RGB1165552-
CMYK00.530.550.55
HSL2.81º38.1%32.94%-
HSV(B)2.81º55.17%45.49%-
XYZ9.196.694.06-
YUV72.9116.21158.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.02%
GREEN value IS 55 (21.88% from 255) = 24.66%
BLUE value IS 52 (20.70% from 255) = 23.32%
R=52.02%
G=24.66%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116555200.530.550.552.8138.132.94
Hex743734035373732621
Octal1646764065676734641
Binary1110100110111110100011010111011111011111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743734; }

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

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

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

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

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

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

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

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