Html Css Color HEX #59503D Mondo

📋 copy color: '#59503D'

red 89 ◦ green 80 ◦ blue 61

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

Shades of Mondo #59503D

Tints of Mondo #59503D

RGB

 RED value IS 89 (35.16% from 255) = 38.7%

 GREEN value IS 80 (31.64% from 255) = 34.78%

 BLUE value IS 61 (24.22% from 255) = 26.52%

R = 38.7%
G = 34.78%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#59503D (or 0x59503D) is known color: Mondo. HEX triplet: 59, 50 and 3D. RGB value is (89,80,61). Sum of RGB (Red+Green+Blue) = 89+80+61=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 89 - color contains mainly: red. Hex color #59503D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59503D is #A6AFC2. Grayscale: #505050. Windows color (decimal): -10923971 or 4018265. OLE color: 4018265.

HSL color Cylindrical-coordinate representation of color #59503D: hue angle of 40.71º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #59503D is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 80 61 -
CMYK 0 0.10 0.31 0.65
HSL 40.71º 0.19% 0.29% -
HSV(B) 40.71º 0.31% 0.35% -
XYZ 7.83 8.2 5.58 -
YUV 80.53 116.98 134.04 -
System Red Green Blue C M Y K H S L
Decimal 89 80 61 0 0.10 0.31 0.65 40.71 0.19 0.29
Hex 59 50 3D 0 A 1F 41 29 13 1D
Octal 131 120 75 0 12 37 101 51 23 35
Binary 1011001 1010000 111101 0 1010 11111 1000001 101001 10011 11101

Color Harmonies of #59503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59503D

Black with #59503D

Text Example


Text Example

White with #59503D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,80,61); }

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

background-color css

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

 a { background-color: rgb(89,80,61); }

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

border-color css

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

 span { border-color: rgb(89,80,61); }

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