Html Css Color HEX #72594B Domino

📋 copy color: '#72594B'

red 114 ◦ green 89 ◦ blue 75

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

Shades of Domino #72594B

Tints of Domino #72594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.98%

R = 41.01%
G = 32.01%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#72594B (or 0x72594B) is known color: Domino. HEX triplet: 72, 59 and 4B. RGB value is (114,89,75). Sum of RGB (Red+Green+Blue) = 114+89+75=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 114 - color contains mainly: red. Hex color #72594B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72594B is #8DA6B4. Grayscale: #5E5E5E. Windows color (decimal): -9283253 or 4938098. OLE color: 4938098.

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

Color convert

RGB 114 89 75 -
CMYK 0 0.22 0.34 0.55
HSL 21.54º 0.21% 0.37% -
HSV(B) 21.54º 0.34% 0.45% -
XYZ 11.78 11.23 8.2 -
YUV 94.88 116.78 141.64 -
System Red Green Blue C M Y K H S L
Decimal 114 89 75 0 0.22 0.34 0.55 21.54 0.21 0.37
Hex 72 59 4B 0 16 22 37 16 15 25
Octal 162 131 113 0 26 42 67 26 25 45
Binary 1110010 1011001 1001011 0 10110 100010 110111 10110 10101 100101

Color Harmonies of #72594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72594B

Black with #72594B

Text Example


Text Example

White with #72594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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