#743A38

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

Shades of Sanguine Brown #743A38

Tints of Sanguine Brown #743A38

Color information

#743A38 (or 0x743A38) is unknown color: approx Sanguine Brown. HEX triplet: 74, 3A and 38. RGB value is (116,58,56). Sum of RGB (Red+Green+Blue) = 116+58+56=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 56 (22.27% from 255 or 24.35% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #743A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743A38 is #8BC5C7. Grayscale: #4B4B4B. Windows color (decimal): -9160136 or 3684980. OLE color: 3684980.

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

Color convert

RGB1165856-
CMYK00.50.520.55
HSL34.88%33.73%-
HSV(B)51.72%45.49%-
XYZ9.437.024.6-
YUV75.11117.22157.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.43%
GREEN value IS 58 (23.05% from 255) = 25.22%
BLUE value IS 56 (22.27% from 255) = 24.35%
R=50.43%
G=25.22%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116585600.50.520.55234.8833.73
Hex743A38032343722322
Octal1647270062646724342
Binary1110100111010111000011001011010011011110100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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