#743A39

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

Shades of Sanguine Brown #743A39

Tints of Sanguine Brown #743A39

Color information

#743A39 (or 0x743A39) is unknown color: approx Sanguine Brown. HEX triplet: 74, 3A and 39. RGB value is (116,58,57). Sum of RGB (Red+Green+Blue) = 116+58+57=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #743A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743A39 is #8BC5C6. Grayscale: #4B4B4B. Windows color (decimal): -9160135 or 3750516. OLE color: 3750516.

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

Color convert

RGB1165857-
CMYK00.50.510.55
HSL1.02º34.1%33.92%-
HSV(B)1.02º50.86%45.49%-
XYZ9.457.034.73-
YUV75.23117.72157.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.22%
GREEN value IS 58 (23.05% from 255) = 25.11%
BLUE value IS 57 (22.66% from 255) = 24.68%
R=50.22%
G=25.11%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116585700.50.510.551.0234.133.92
Hex743A39032333712222
Octal1647271062636714242
Binary111010011101011100101100101100111101111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743A39; }

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

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

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

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

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

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

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

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