#743636

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

Shades of Sanguine Brown #743636

Tints of Sanguine Brown #743636

Color information

#743636 (or 0x743636) is unknown color: approx Sanguine Brown. HEX triplet: 74, 36 and 36. RGB value is (116,54,54). Sum of RGB (Red+Green+Blue) = 116+54+54=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #743636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743636 is #8BC9C9. Grayscale: #484848. Windows color (decimal): -9161162 or 3552884. OLE color: 3552884.

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

Color convert

RGB1165454-
CMYK00.530.530.55
HSL36.47%33.33%-
HSV(B)53.45%45.49%-
XYZ9.196.624.28-
YUV72.54117.54159-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.79%
GREEN value IS 54 (21.48% from 255) = 24.11%
BLUE value IS 54 (21.48% from 255) = 24.11%
R=51.79%
G=24.11%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116545400.530.530.55036.4733.33
Hex743636035353702421
Octal1646666065656704441
Binary111010011011011011001101011101011101110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743636; }

 p { color: rgb(116,54,54); }

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

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

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

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

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

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

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