Html Css Color HEX #5C5B38 Verdigris

📋 copy color: '#5C5B38'

red 92 ◦ green 91 ◦ blue 56

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

Shades of Verdigris #5C5B38

Tints of Verdigris #5C5B38

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.08%

 BLUE value IS 56 (22.27% from 255) = 23.43%

R = 38.49%
G = 38.08%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.64

RGB Variations

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

Color information

#5C5B38 (or 0x5C5B38) is known color: Verdigris. HEX triplet: 5C, 5B and 38. RGB value is (92,91,56). Sum of RGB (Red+Green+Blue) = 92+91+56=239 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.49% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5B38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5B38 is #A3A4C7. Grayscale: #575757. Windows color (decimal): -10724552 or 3693404. OLE color: 3693404.

HSL color Cylindrical-coordinate representation of color #5C5B38: hue angle of 58.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C5B38 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 91 56 -
CMYK 0 0.01 0.39 0.64
HSL 58.33º 0.24% 0.29% -
HSV(B) 58.33º 0.39% 0.36% -
XYZ 8.87 10.04 5.21 -
YUV 87.31 110.33 131.35 -
System Red Green Blue C M Y K H S L
Decimal 92 91 56 0 0.01 0.39 0.64 58.33 0.24 0.29
Hex 5C 5B 38 0 1 27 40 3A 18 1D
Octal 134 133 70 0 1 47 100 72 30 35
Binary 1011100 1011011 111000 0 1 100111 1000000 111010 11000 11101

Color Harmonies of #5C5B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5B38

Black with #5C5B38

Text Example


Text Example

White with #5C5B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,91,56); }

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

background-color css

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

 a { background-color: rgb(92,91,56); }

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

border-color css

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

 span { border-color: rgb(92,91,56); }

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