Html Css Color HEX #5B5B48 Verdigris

📋 copy color: '#5B5B48'

red 91 ◦ green 91 ◦ blue 72

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

Shades of Verdigris #5B5B48

Tints of Verdigris #5B5B48

RGB

 RED value IS 91 (35.94% from 255) = 35.83%

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

 BLUE value IS 72 (28.52% from 255) = 28.35%

R = 35.83%
G = 35.83%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.21

 K value IS 0.64

RGB Variations

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

Color information

#5B5B48 (or 0x5B5B48) is known color: Verdigris. HEX triplet: 5B, 5B and 48. RGB value is (91,91,72). Sum of RGB (Red+Green+Blue) = 91+91+72=254 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.83% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 91 - color contains mainly: red, green. Hex color #5B5B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5B48 is #A4A4B7. Grayscale: #585858. Windows color (decimal): -10790072 or 4741979. OLE color: 4741979.

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

Color convert

RGB 91 91 72 -
CMYK 0 0 0.21 0.64
HSL 60º 0.12% 0.32% -
HSV(B) 60º 0.21% 0.36% -
XYZ 9.23 10.17 7.61 -
YUV 88.83 118.5 129.54 -
System Red Green Blue C M Y K H S L
Decimal 91 91 72 0 0 0.21 0.64 60 0.12 0.32
Hex 5B 5B 48 0 0 15 40 3C C 20
Octal 133 133 110 0 0 25 100 74 14 40
Binary 1011011 1011011 1001000 0 0 10101 1000000 111100 1100 100000

Color Harmonies of #5B5B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5B48

Black with #5B5B48

Text Example


Text Example

White with #5B5B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,91,72); }

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

background-color css

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

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

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

border-color css

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

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

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