Html Css Color HEX #73574F Dorado

📋 copy color: '#73574F'

red 115 ◦ green 87 ◦ blue 79

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

Shades of Dorado #73574F

Tints of Dorado #73574F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.96%

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

R = 40.93%
G = 30.96%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#73574F (or 0x73574F) is known color: Dorado. HEX triplet: 73, 57 and 4F. RGB value is (115,87,79). Sum of RGB (Red+Green+Blue) = 115+87+79=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 115 - color contains mainly: red. Hex color #73574F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73574F is #8CA8B0. Grayscale: #5E5E5E. Windows color (decimal): -9218225 or 5199731. OLE color: 5199731.

HSL color Cylindrical-coordinate representation of color #73574F: hue angle of 13.33º 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 #73574F is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 87 79 -
CMYK 0 0.24 0.31 0.55
HSL 13.33º 0.19% 0.38% -
HSV(B) 13.33º 0.31% 0.45% -
XYZ 11.89 11.03 8.9 -
YUV 94.46 119.28 142.65 -
System Red Green Blue C M Y K H S L
Decimal 115 87 79 0 0.24 0.31 0.55 13.33 0.19 0.38
Hex 73 57 4F 0 18 1F 37 D 13 26
Octal 163 127 117 0 30 37 67 15 23 46
Binary 1110011 1010111 1001111 0 11000 11111 110111 1101 10011 100110

Color Harmonies of #73574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73574F

Black with #73574F

Text Example


Text Example

White with #73574F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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