Html Css Color HEX #73574D Dorado

📋 copy color: '#73574D'

red 115 ◦ green 87 ◦ blue 77

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

Shades of Dorado #73574D

Tints of Dorado #73574D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.6%

R = 41.22%
G = 31.18%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#73574D (or 0x73574D) is known color: Dorado. HEX triplet: 73, 57 and 4D. RGB value is (115,87,77). Sum of RGB (Red+Green+Blue) = 115+87+77=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 115 - color contains mainly: red. Hex color #73574D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73574D is #8CA8B2. Grayscale: #5E5E5E. Windows color (decimal): -9218227 or 5068659. OLE color: 5068659.

HSL color Cylindrical-coordinate representation of color #73574D: hue angle of 15.79º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #73574D is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 87 77 -
CMYK 0 0.24 0.33 0.55
HSL 15.79º 0.2% 0.38% -
HSV(B) 15.79º 0.33% 0.45% -
XYZ 11.82 11 8.52 -
YUV 94.23 118.28 142.81 -
System Red Green Blue C M Y K H S L
Decimal 115 87 77 0 0.24 0.33 0.55 15.79 0.2 0.38
Hex 73 57 4D 0 18 21 37 10 14 26
Octal 163 127 115 0 30 41 67 20 24 46
Binary 1110011 1010111 1001101 0 11000 100001 110111 10000 10100 100110

Color Harmonies of #73574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73574D

Black with #73574D

Text Example


Text Example

White with #73574D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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