#723432

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

Shades of Sanguine Brown #723432

Tints of Sanguine Brown #723432

Color information

#723432 (or 0x723432) is unknown color: approx Sanguine Brown. HEX triplet: 72, 34 and 32. RGB value is (114,52,50). Sum of RGB (Red+Green+Blue) = 114+52+50=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #723432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723432 is #8DCBCD. Grayscale: #464646. Windows color (decimal): -9292750 or 3290226. OLE color: 3290226.

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

Color convert

RGB1145250-
CMYK00.540.560.55
HSL1.88º39.02%32.16%-
HSV(B)1.88º56.14%44.71%-
XYZ8.746.263.77-
YUV70.31116.54159.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.78%
GREEN value IS 52 (20.70% from 255) = 24.07%
BLUE value IS 50 (19.92% from 255) = 23.15%
R=52.78%
G=24.07%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114525000.540.560.551.8839.0232.16
Hex723432036383722720
Octal1626462066706724740
Binary1110010110100110010011011011100011011110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723432; }

 p { color: rgb(114,52,50); }

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

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

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

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

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

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

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