Html Css Color HEX #5C583C Verdigris

📋 copy color: '#5C583C'

red 92 ◦ green 88 ◦ blue 60

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

Shades of Verdigris #5C583C

Tints of Verdigris #5C583C

RGB

 RED value IS 92 (36.33% from 255) = 38.33%

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

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

R = 38.33%
G = 36.67%
B = 25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.64

RGB Variations

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

Color information

#5C583C (or 0x5C583C) is known color: Verdigris. HEX triplet: 5C, 58 and 3C. RGB value is (92,88,60). Sum of RGB (Red+Green+Blue) = 92+88+60=240 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.33% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 92 - color contains mainly: red. Hex color #5C583C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C583C is #A3A7C3. Grayscale: #565656. Windows color (decimal): -10725316 or 3954780. OLE color: 3954780.

HSL color Cylindrical-coordinate representation of color #5C583C: hue angle of 52.5º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5C583C is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 88 60 -
CMYK 0 0.04 0.35 0.64
HSL 52.5º 0.21% 0.3% -
HSV(B) 52.5º 0.35% 0.36% -
XYZ 8.72 9.58 5.66 -
YUV 86 113.33 132.28 -
System Red Green Blue C M Y K H S L
Decimal 92 88 60 0 0.04 0.35 0.64 52.5 0.21 0.3
Hex 5C 58 3C 0 4 23 40 34 15 1E
Octal 134 130 74 0 4 43 100 64 25 36
Binary 1011100 1011000 111100 0 100 100011 1000000 110100 10101 11110

Color Harmonies of #5C583C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C583C

Black with #5C583C

Text Example


Text Example

White with #5C583C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C583C; }

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

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

background-color css

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

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

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

border-color css

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

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

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