#733534

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

Shades of Sanguine Brown #733534

Tints of Sanguine Brown #733534

Color information

#733534 (or 0x733534) is unknown color: approx Sanguine Brown. HEX triplet: 73, 35 and 34. RGB value is (115,53,52). Sum of RGB (Red+Green+Blue) = 115+53+52=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #733534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733534 is #8CCACB. Grayscale: #474747. Windows color (decimal): -9226956 or 3421555. OLE color: 3421555.

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

Color convert

RGB1155352-
CMYK00.540.550.55
HSL0.95º37.72%32.75%-
HSV(B)0.95º54.78%45.1%-
XYZ8.966.444.02-
YUV71.42117.04159.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.27%
GREEN value IS 53 (21.09% from 255) = 24.09%
BLUE value IS 52 (20.70% from 255) = 23.64%
R=52.27%
G=24.09%
B=23.64%

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
Decimal115535200.540.550.550.9537.7232.75
Hex733534036373712621
Octal1636564066676714641
Binary111001111010111010001101101101111101111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733534; }

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

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

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

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

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

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

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

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