Html Css Color HEX #58583C Verdigris

📋 copy color: '#58583C'

red 88 ◦ green 88 ◦ blue 60

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

Shades of Verdigris #58583C

Tints of Verdigris #58583C

RGB

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

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

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

R = 37.29%
G = 37.29%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#58583C (or 0x58583C) is known color: Verdigris. HEX triplet: 58, 58 and 3C. RGB value is (88,88,60). Sum of RGB (Red+Green+Blue) = 88+88+60=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 88 - color contains mainly: red, green. Hex color #58583C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58583C is #A7A7C3. Grayscale: #545454. Windows color (decimal): -10987460 or 3954776. OLE color: 3954776.

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

Color convert

RGB 88 88 60 -
CMYK 0 0 0.32 0.65
HSL 60º 0.19% 0.29% -
HSV(B) 60º 0.32% 0.35% -
XYZ 8.33 9.38 5.65 -
YUV 84.81 114 130.28 -
System Red Green Blue C M Y K H S L
Decimal 88 88 60 0 0 0.32 0.65 60 0.19 0.29
Hex 58 58 3C 0 0 20 41 3C 13 1D
Octal 130 130 74 0 0 40 101 74 23 35
Binary 1011000 1011000 111100 0 0 100000 1000001 111100 10011 11101

Color Harmonies of #58583C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58583C

Black with #58583C

Text Example


Text Example

White with #58583C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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