Html Css Color HEX #72594A Domino

📋 copy color: '#72594A'

red 114 ◦ green 89 ◦ blue 74

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

Shades of Domino #72594A

Tints of Domino #72594A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.13%

 BLUE value IS 74 (29.3% from 255) = 26.71%

R = 41.16%
G = 32.13%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#72594A (or 0x72594A) is known color: Domino. HEX triplet: 72, 59 and 4A. RGB value is (114,89,74). Sum of RGB (Red+Green+Blue) = 114+89+74=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #72594A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72594A is #8DA6B5. Grayscale: #5E5E5E. Windows color (decimal): -9283254 or 4872562. OLE color: 4872562.

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

Color convert

RGB 114 89 74 -
CMYK 0 0.22 0.35 0.55
HSL 22.5º 0.21% 0.37% -
HSV(B) 22.5º 0.35% 0.45% -
XYZ 11.75 11.22 8.02 -
YUV 94.77 116.28 141.72 -
System Red Green Blue C M Y K H S L
Decimal 114 89 74 0 0.22 0.35 0.55 22.5 0.21 0.37
Hex 72 59 4A 0 16 23 37 16 15 25
Octal 162 131 112 0 26 43 67 26 25 45
Binary 1110010 1011001 1001010 0 10110 100011 110111 10110 10101 100101

Color Harmonies of #72594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72594A

Black with #72594A

Text Example


Text Example

White with #72594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72594A; }

 p { color: rgb(114,89,74); }

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

background-color css

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

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

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

border-color css

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

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

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