Html Css Color HEX #58503F Mondo

📋 copy color: '#58503F'

red 88 ◦ green 80 ◦ blue 63

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

Shades of Mondo #58503F

Tints of Mondo #58503F

RGB

 RED value IS 88 (34.77% from 255) = 38.1%

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

 BLUE value IS 63 (25% from 255) = 27.27%

R = 38.1%
G = 34.63%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#58503F (or 0x58503F) is known color: Mondo. HEX triplet: 58, 50 and 3F. RGB value is (88,80,63). Sum of RGB (Red+Green+Blue) = 88+80+63=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 88 - color contains mainly: red. Hex color #58503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58503F is #A7AFC0. Grayscale: #505050. Windows color (decimal): -10989505 or 4149336. OLE color: 4149336.

HSL color Cylindrical-coordinate representation of color #58503F: hue angle of 40.8º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #58503F is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 80 63 -
CMYK 0 0.09 0.28 0.65
HSL 40.8º 0.17% 0.3% -
HSV(B) 40.8º 0.28% 0.35% -
XYZ 7.79 8.17 5.87 -
YUV 80.45 118.15 133.38 -
System Red Green Blue C M Y K H S L
Decimal 88 80 63 0 0.09 0.28 0.65 40.8 0.17 0.3
Hex 58 50 3F 0 9 1C 41 29 11 1E
Octal 130 120 77 0 11 34 101 51 21 36
Binary 1011000 1010000 111111 0 1001 11100 1000001 101001 10001 11110

Color Harmonies of #58503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58503F

Black with #58503F

Text Example


Text Example

White with #58503F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,80,63); }

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

background-color css

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

 a { background-color: rgb(88,80,63); }

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

border-color css

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

 span { border-color: rgb(88,80,63); }

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