Html Css Color HEX #73594F Dorado

📋 copy color: '#73594F'

red 115 ◦ green 89 ◦ blue 79

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

Shades of Dorado #73594F

Tints of Dorado #73594F

RGB

 RED value IS 115 (45.31% from 255) = 40.64%

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

 BLUE value IS 79 (31.25% from 255) = 27.92%

R = 40.64%
G = 31.45%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#73594F (or 0x73594F) is known color: Dorado. HEX triplet: 73, 59 and 4F. RGB value is (115,89,79). Sum of RGB (Red+Green+Blue) = 115+89+79=283 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.64% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 115 - color contains mainly: red. Hex color #73594F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73594F is #8CA6B0. Grayscale: #5F5F5F. Windows color (decimal): -9217713 or 5200243. OLE color: 5200243.

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

Color convert

RGB 115 89 79 -
CMYK 0 0.23 0.31 0.55
HSL 16.67º 0.19% 0.38% -
HSV(B) 16.67º 0.31% 0.45% -
XYZ 12.05 11.35 8.95 -
YUV 95.63 118.61 141.81 -
System Red Green Blue C M Y K H S L
Decimal 115 89 79 0 0.23 0.31 0.55 16.67 0.19 0.38
Hex 73 59 4F 0 17 1F 37 11 13 26
Octal 163 131 117 0 27 37 67 21 23 46
Binary 1110011 1011001 1001111 0 10111 11111 110111 10001 10011 100110

Color Harmonies of #73594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73594F

Black with #73594F

Text Example


Text Example

White with #73594F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73594F; }

 p { color: rgb(115,89,79); }

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

background-color css

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

 a { background-color: rgb(115,89,79); }

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

border-color css

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

 span { border-color: rgb(115,89,79); }

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