#743534

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

Shades of Sanguine Brown #743534

Tints of Sanguine Brown #743534

Color information

#743534 (or 0x743534) is unknown color: approx Sanguine Brown. HEX triplet: 74, 35 and 34. RGB value is (116,53,52). Sum of RGB (Red+Green+Blue) = 116+53+52=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #743534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743534 is #8BCACB. Grayscale: #474747. Windows color (decimal): -9161420 or 3421556. OLE color: 3421556.

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

Color convert

RGB1165352-
CMYK00.540.550.55
HSL0.94º38.1%32.94%-
HSV(B)0.94º55.17%45.49%-
XYZ9.16.514.03-
YUV71.72116.87159.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.49%
GREEN value IS 53 (21.09% from 255) = 23.98%
BLUE value IS 52 (20.70% from 255) = 23.53%
R=52.49%
G=23.98%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116535200.540.550.550.9438.132.94
Hex743534036373712621
Octal1646564066676714641
Binary111010011010111010001101101101111101111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743534; }

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

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

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

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

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

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

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

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