Html Css Color HEX #58583D Verdigris

📋 copy color: '#58583D'

red 88 ◦ green 88 ◦ blue 61

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

Shades of Verdigris #58583D

Tints of Verdigris #58583D

RGB

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

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

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

R = 37.13%
G = 37.13%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#58583D (or 0x58583D) is known color: Verdigris. HEX triplet: 58, 58 and 3D. RGB value is (88,88,61). Sum of RGB (Red+Green+Blue) = 88+88+61=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 88 - color contains mainly: red, green. Hex color #58583D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58583D is #A7A7C2. Grayscale: #555555. Windows color (decimal): -10987459 or 4020312. OLE color: 4020312.

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

Color convert

RGB 88 88 61 -
CMYK 0 0 0.31 0.65
HSL 60º 0.18% 0.29% -
HSV(B) 60º 0.31% 0.35% -
XYZ 8.36 9.39 5.79 -
YUV 84.92 114.5 130.2 -
System Red Green Blue C M Y K H S L
Decimal 88 88 61 0 0 0.31 0.65 60 0.18 0.29
Hex 58 58 3D 0 0 1F 41 3C 12 1D
Octal 130 130 75 0 0 37 101 74 22 35
Binary 1011000 1011000 111101 0 0 11111 1000001 111100 10010 11101

Color Harmonies of #58583D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58583D

Black with #58583D

Text Example


Text Example

White with #58583D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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