Html Css Color HEX #585045 Mondo

📋 copy color: '#585045'

red 88 ◦ green 80 ◦ blue 69

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

Shades of Mondo #585045

Tints of Mondo #585045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 29.11%

R = 37.13%
G = 33.76%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#585045 (or 0x585045) is known color: Mondo. HEX triplet: 58, 50 and 45. RGB value is (88,80,69). Sum of RGB (Red+Green+Blue) = 88+80+69=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 88 - color contains mainly: red. Hex color #585045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585045 is #A7AFBA. Grayscale: #515151. Windows color (decimal): -10989499 or 4542552. OLE color: 4542552.

HSL color Cylindrical-coordinate representation of color #585045: hue angle of 34.74º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #585045 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 80 69 -
CMYK 0 0.09 0.22 0.65
HSL 34.74º 0.12% 0.31% -
HSV(B) 34.74º 0.22% 0.35% -
XYZ 7.97 8.24 6.8 -
YUV 81.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 88 80 69 0 0.09 0.22 0.65 34.74 0.12 0.31
Hex 58 50 45 0 9 16 41 23 C 1F
Octal 130 120 105 0 11 26 101 43 14 37
Binary 1011000 1010000 1000101 0 1001 10110 1000001 100011 1100 11111

Color Harmonies of #585045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585045

Black with #585045

Text Example


Text Example

White with #585045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585045; }

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

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

background-color css

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

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

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

border-color css

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

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

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