Html Css Color HEX #72594E Dorado

📋 copy color: '#72594E'

red 114 ◦ green 89 ◦ blue 78

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

Shades of Dorado #72594E

Tints of Dorado #72594E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 27.76%

R = 40.57%
G = 31.67%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#72594E (or 0x72594E) is known color: Dorado. HEX triplet: 72, 59 and 4E. RGB value is (114,89,78). Sum of RGB (Red+Green+Blue) = 114+89+78=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 114 - color contains mainly: red. Hex color #72594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72594E is #8DA6B1. Grayscale: #5F5F5F. Windows color (decimal): -9283250 or 5134706. OLE color: 5134706.

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

Color convert

RGB 114 89 78 -
CMYK 0 0.22 0.32 0.55
HSL 18.33º 0.19% 0.38% -
HSV(B) 18.33º 0.32% 0.45% -
XYZ 11.89 11.27 8.76 -
YUV 95.22 118.28 141.39 -
System Red Green Blue C M Y K H S L
Decimal 114 89 78 0 0.22 0.32 0.55 18.33 0.19 0.38
Hex 72 59 4E 0 16 20 37 12 13 26
Octal 162 131 116 0 26 40 67 22 23 46
Binary 1110010 1011001 1001110 0 10110 100000 110111 10010 10011 100110

Color Harmonies of #72594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72594E

Black with #72594E

Text Example


Text Example

White with #72594E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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