Html Css Color HEX #5F5D48 Verdigris

📋 copy color: '#5F5D48'

red 95 ◦ green 93 ◦ blue 72

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

Shades of Verdigris #5F5D48

Tints of Verdigris #5F5D48

RGB

 RED value IS 95 (37.5% from 255) = 36.54%

 GREEN value IS 93 (36.72% from 255) = 35.77%

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

R = 36.54%
G = 35.77%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.63

RGB Variations

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

Color information

#5F5D48 (or 0x5F5D48) is known color: Verdigris. HEX triplet: 5F, 5D and 48. RGB value is (95,93,72). Sum of RGB (Red+Green+Blue) = 95+93+72=260 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.54% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5D48 is #A0A2B7. Grayscale: #5B5B5B. Windows color (decimal): -10527416 or 4742495. OLE color: 4742495.

HSL color Cylindrical-coordinate representation of color #5F5D48: hue angle of 54.78º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5F5D48 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 93 72 -
CMYK 0 0.02 0.24 0.63
HSL 54.78º 0.14% 0.33% -
HSV(B) 54.78º 0.24% 0.37% -
XYZ 9.8 10.73 7.69 -
YUV 91.2 117.16 130.71 -
System Red Green Blue C M Y K H S L
Decimal 95 93 72 0 0.02 0.24 0.63 54.78 0.14 0.33
Hex 5F 5D 48 0 2 18 3F 37 E 21
Octal 137 135 110 0 2 30 77 67 16 41
Binary 1011111 1011101 1001000 0 10 11000 111111 110111 1110 100001

Color Harmonies of #5F5D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5D48

Black with #5F5D48

Text Example


Text Example

White with #5F5D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,93,72); }

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

background-color css

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

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

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

border-color css

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

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

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