Html Css Color HEX #58573C Verdigris

📋 copy color: '#58573C'

red 88 ◦ green 87 ◦ blue 60

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

Shades of Verdigris #58573C

Tints of Verdigris #58573C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.53%

R = 37.45%
G = 37.02%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#58573C (or 0x58573C) is known color: Verdigris. HEX triplet: 58, 57 and 3C. RGB value is (88,87,60). Sum of RGB (Red+Green+Blue) = 88+87+60=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 88 - color contains mainly: red. Hex color #58573C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58573C is #A7A8C3. Grayscale: #545454. Windows color (decimal): -10987716 or 3954520. OLE color: 3954520.

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

Color convert

RGB 88 87 60 -
CMYK 0 0.01 0.32 0.65
HSL 57.86º 0.19% 0.29% -
HSV(B) 57.86º 0.32% 0.35% -
XYZ 8.25 9.22 5.62 -
YUV 84.22 114.33 130.7 -
System Red Green Blue C M Y K H S L
Decimal 88 87 60 0 0.01 0.32 0.65 57.86 0.19 0.29
Hex 58 57 3C 0 1 20 41 3A 13 1D
Octal 130 127 74 0 1 40 101 72 23 35
Binary 1011000 1010111 111100 0 1 100000 1000001 111010 10011 11101

Color Harmonies of #58573C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58573C

Black with #58573C

Text Example


Text Example

White with #58573C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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