Html Css Color HEX #724040 Sanguine Brown

📋 copy color: '#724040'

red 114 ◦ green 64 ◦ blue 64

#724040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sanguine Brown #724040

Tints of Sanguine Brown #724040

RGB

 RED value IS 114 (44.92% from 255) = 47.11%

 GREEN value IS 64 (25.39% from 255) = 26.45%

 BLUE value IS 64 (25.39% from 255) = 26.45%

R = 47.11%
G = 26.45%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#724040 (or 0x724040) is known color: Sanguine Brown. HEX triplet: 72, 40 and 40. RGB value is (114,64,64). Sum of RGB (Red+Green+Blue) = 114+64+64=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #724040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724040 is #8DBFBF. Grayscale: #4F4F4F. Windows color (decimal): -9289664 or 4210802. OLE color: 4210802.

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

Color convert

RGB 114 64 64 -
CMYK 0 0.44 0.44 0.55
HSL 0.28% 0.35% -
HSV(B) 0.44% 0.45% -
XYZ 9.7 7.61 5.81 -
YUV 78.95 119.57 153 -
System Red Green Blue C M Y K H S L
Decimal 114 64 64 0 0.44 0.44 0.55 0 0.28 0.35
Hex 72 40 40 0 2C 2C 37 0 1C 23
Octal 162 100 100 0 54 54 67 0 34 43
Binary 1110010 1000000 1000000 0 101100 101100 110111 0 11100 100011

Color Harmonies of #724040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724040

Black with #724040

Text Example


Text Example

White with #724040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724040; }

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

 H1.HeaderClassName
 {
   color: #724040;
 }
 .AnyTagClassName
 {
   color: #724040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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