Html Css Color HEX #73584D Dorado

📋 copy color: '#73584D'

red 115 ◦ green 88 ◦ blue 77

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

Shades of Dorado #73584D

Tints of Dorado #73584D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.43%

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

R = 41.07%
G = 31.43%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#73584D (or 0x73584D) is known color: Dorado. HEX triplet: 73, 58 and 4D. RGB value is (115,88,77). Sum of RGB (Red+Green+Blue) = 115+88+77=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 115 - color contains mainly: red. Hex color #73584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73584D is #8CA7B2. Grayscale: #5E5E5E. Windows color (decimal): -9217971 or 5068915. OLE color: 5068915.

HSL color Cylindrical-coordinate representation of color #73584D: hue angle of 17.37º 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 #73584D is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 88 77 -
CMYK 0 0.23 0.33 0.55
HSL 17.37º 0.2% 0.38% -
HSV(B) 17.37º 0.33% 0.45% -
XYZ 11.9 11.16 8.55 -
YUV 94.82 117.95 142.39 -
System Red Green Blue C M Y K H S L
Decimal 115 88 77 0 0.23 0.33 0.55 17.37 0.2 0.38
Hex 73 58 4D 0 17 21 37 11 14 26
Octal 163 130 115 0 27 41 67 21 24 46
Binary 1110011 1011000 1001101 0 10111 100001 110111 10001 10100 100110

Color Harmonies of #73584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73584D

Black with #73584D

Text Example


Text Example

White with #73584D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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