Html Css Color HEX #585845 Verdigris

📋 copy color: '#585845'

red 88 ◦ green 88 ◦ blue 69

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

Shades of Verdigris #585845

Tints of Verdigris #585845

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.92%

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

R = 35.92%
G = 35.92%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#585845 (or 0x585845) is known color: Verdigris. HEX triplet: 58, 58 and 45. RGB value is (88,88,69). Sum of RGB (Red+Green+Blue) = 88+88+69=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 69 (27.34% from 255 or 28.16% from 245); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585845 is #A7A7BA. Grayscale: #555555. Windows color (decimal): -10987451 or 4544600. OLE color: 4544600.

HSL color Cylindrical-coordinate representation of color #585845: hue angle of 60º 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 #585845 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 88 69 -
CMYK 0 0 0.22 0.65
HSL 60º 0.12% 0.31% -
HSV(B) 60º 0.22% 0.35% -
XYZ 8.59 9.48 7.01 -
YUV 85.83 118.5 129.54 -
System Red Green Blue C M Y K H S L
Decimal 88 88 69 0 0 0.22 0.65 60 0.12 0.31
Hex 58 58 45 0 0 16 41 3C C 1F
Octal 130 130 105 0 0 26 101 74 14 37
Binary 1011000 1011000 1000101 0 0 10110 1000001 111100 1100 11111

Color Harmonies of #585845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585845

Black with #585845

Text Example


Text Example

White with #585845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585845; }

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

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

background-color css

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

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

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

border-color css

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

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

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