Html Css Color HEX #585841 Verdigris

📋 copy color: '#585841'

red 88 ◦ green 88 ◦ blue 65

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

Shades of Verdigris #585841

Tints of Verdigris #585841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.97%

R = 36.51%
G = 36.51%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#585841 (or 0x585841) is known color: Verdigris. HEX triplet: 58, 58 and 41. RGB value is (88,88,65). Sum of RGB (Red+Green+Blue) = 88+88+65=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585841 is #A7A7BE. Grayscale: #555555. Windows color (decimal): -10987455 or 4282456. OLE color: 4282456.

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

Color convert

RGB 88 88 65 -
CMYK 0 0 0.26 0.65
HSL 60º 0.15% 0.3% -
HSV(B) 60º 0.26% 0.35% -
XYZ 8.47 9.44 6.38 -
YUV 85.38 116.5 129.87 -
System Red Green Blue C M Y K H S L
Decimal 88 88 65 0 0 0.26 0.65 60 0.15 0.3
Hex 58 58 41 0 0 1A 41 3C F 1E
Octal 130 130 101 0 0 32 101 74 17 36
Binary 1011000 1011000 1000001 0 0 11010 1000001 111100 1111 11110

Color Harmonies of #585841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585841

Black with #585841

Text Example


Text Example

White with #585841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585841; }

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

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

background-color css

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

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

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

border-color css

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

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

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