Html Css Color HEX #75594D Dorado

📋 copy color: '#75594D'

red 117 ◦ green 89 ◦ blue 77

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

Shades of Dorado #75594D

Tints of Dorado #75594D

RGB

 RED value IS 117 (46.09% from 255) = 41.34%

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

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

R = 41.34%
G = 31.45%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#75594D (or 0x75594D) is known color: Dorado. HEX triplet: 75, 59 and 4D. RGB value is (117,89,77). Sum of RGB (Red+Green+Blue) = 117+89+77=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #75594D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75594D is #8AA6B2. Grayscale: #606060. Windows color (decimal): -9086643 or 5069173. OLE color: 5069173.

HSL color Cylindrical-coordinate representation of color #75594D: hue angle of 18º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75594D is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 89 77 -
CMYK 0 0.24 0.34 0.54
HSL 18º 0.21% 0.38% -
HSV(B) 18º 0.34% 0.46% -
XYZ 12.25 11.46 8.59 -
YUV 96 117.28 142.98 -
System Red Green Blue C M Y K H S L
Decimal 117 89 77 0 0.24 0.34 0.54 18 0.21 0.38
Hex 75 59 4D 0 18 22 36 12 15 26
Octal 165 131 115 0 30 42 66 22 25 46
Binary 1110101 1011001 1001101 0 11000 100010 110110 10010 10101 100110

Color Harmonies of #75594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75594D

Black with #75594D

Text Example


Text Example

White with #75594D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,89,77); }

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

background-color css

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

 a { background-color: rgb(117,89,77); }

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

border-color css

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

 span { border-color: rgb(117,89,77); }

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