Html Css Color HEX #58573D Verdigris

📋 copy color: '#58573D'

red 88 ◦ green 87 ◦ blue 61

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

Shades of Verdigris #58573D

Tints of Verdigris #58573D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.86%

 BLUE value IS 61 (24.22% from 255) = 25.85%

R = 37.29%
G = 36.86%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#58573D (or 0x58573D) is known color: Verdigris. HEX triplet: 58, 57 and 3D. RGB value is (88,87,61). Sum of RGB (Red+Green+Blue) = 88+87+61=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 88 - color contains mainly: red. Hex color #58573D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58573D is #A7A8C2. Grayscale: #545454. Windows color (decimal): -10987715 or 4020056. OLE color: 4020056.

HSL color Cylindrical-coordinate representation of color #58573D: hue angle of 57.78º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #58573D is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 87 61 -
CMYK 0 0.01 0.31 0.65
HSL 57.78º 0.18% 0.29% -
HSV(B) 57.78º 0.31% 0.35% -
XYZ 8.28 9.23 5.76 -
YUV 84.34 114.83 130.61 -
System Red Green Blue C M Y K H S L
Decimal 88 87 61 0 0.01 0.31 0.65 57.78 0.18 0.29
Hex 58 57 3D 0 1 1F 41 3A 12 1D
Octal 130 127 75 0 1 37 101 72 22 35
Binary 1011000 1010111 111101 0 1 11111 1000001 111010 10010 11101

Color Harmonies of #58573D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58573D

Black with #58573D

Text Example


Text Example

White with #58573D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58573D; }

 p { color: rgb(88,87,61); }

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

background-color css

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

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

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

border-color css

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

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

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