Html Css Color HEX #58845F Como

📋 copy color: '#58845F'

red 88 ◦ green 132 ◦ blue 95

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

Shades of Como #58845F

Tints of Como #58845F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.9%

 BLUE value IS 95 (37.5% from 255) = 30.16%

R = 27.94%
G = 41.9%
B = 30.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#58845F (or 0x58845F) is known color: Como. HEX triplet: 58, 84 and 5F. RGB value is (88,132,95). Sum of RGB (Red+Green+Blue) = 88+132+95=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #58845F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58845F is #A77BA0. Grayscale: #727272. Windows color (decimal): -10976161 or 6259800. OLE color: 6259800.

HSL color Cylindrical-coordinate representation of color #58845F: hue angle of 129.55º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #58845F is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 132 95 -
CMYK 0.33 0 0.28 0.48
HSL 129.55º 0.2% 0.43% -
HSV(B) 129.55º 0.33% 0.52% -
XYZ 14.34 19.4 13.82 -
YUV 114.63 116.92 109.01 -
System Red Green Blue C M Y K H S L
Decimal 88 132 95 0.33 0 0.28 0.48 129.55 0.2 0.43
Hex 58 84 5F 21 0 1C 30 82 14 2B
Octal 130 204 137 41 0 34 60 202 24 53
Binary 1011000 10000100 1011111 100001 0 11100 110000 10000010 10100 101011

Color Harmonies of #58845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58845F

Black with #58845F

Text Example


Text Example

White with #58845F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,132,95); }

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

background-color css

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

 a { background-color: rgb(88,132,95); }

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

border-color css

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

 span { border-color: rgb(88,132,95); }

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