#723535

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

Shades of Sanguine Brown #723535

Tints of Sanguine Brown #723535

Color information

#723535 (or 0x723535) is unknown color: approx Sanguine Brown. HEX triplet: 72, 35 and 35. RGB value is (114,53,53). Sum of RGB (Red+Green+Blue) = 114+53+53=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #723535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723535 is #8DCACA. Grayscale: #474747. Windows color (decimal): -9292491 or 3487090. OLE color: 3487090.

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

Color convert

RGB1145353-
CMYK00.540.540.55
HSL36.53%32.75%-
HSV(B)53.51%44.71%-
XYZ8.866.384.13-
YUV71.24117.71158.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.82%
GREEN value IS 53 (21.09% from 255) = 24.09%
BLUE value IS 53 (21.09% from 255) = 24.09%
R=51.82%
G=24.09%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114535300.540.540.55036.5332.75
Hex723535036363702521
Octal1626565066666704541
Binary111001011010111010101101101101101101110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723535; }

 p { color: rgb(114,53,53); }

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

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

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

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

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

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

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