#723434

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

Shades of Sanguine Brown #723434

Tints of Sanguine Brown #723434

Color information

#723434 (or 0x723434) is unknown color: approx Sanguine Brown. HEX triplet: 72, 34 and 34. RGB value is (114,52,52). Sum of RGB (Red+Green+Blue) = 114+52+52=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #723434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723434 is #8DCBCB. Grayscale: #464646. Windows color (decimal): -9292748 or 3421298. OLE color: 3421298.

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

Color convert

RGB1145252-
CMYK00.540.540.55
HSL37.35%32.55%-
HSV(B)54.39%44.71%-
XYZ8.796.284-
YUV70.54117.54159-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.29%
GREEN value IS 52 (20.70% from 255) = 23.85%
BLUE value IS 52 (20.70% from 255) = 23.85%
R=52.29%
G=23.85%
B=23.85%

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
Decimal114525200.540.540.55037.3532.55
Hex723434036363702521
Octal1626464066666704541
Binary111001011010011010001101101101101101110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723434; }

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

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

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

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

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

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

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

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