Html Css Color HEX #5F5848 Masala

📋 copy color: '#5F5848'

red 95 ◦ green 88 ◦ blue 72

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

Shades of Masala #5F5848

Tints of Masala #5F5848

RGB

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

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

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

R = 37.25%
G = 34.51%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.63

RGB Variations

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

Color information

#5F5848 (or 0x5F5848) is known color: Masala. HEX triplet: 5F, 58 and 48. RGB value is (95,88,72). Sum of RGB (Red+Green+Blue) = 95+88+72=255 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.25% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5848 is #A0A7B7. Grayscale: #585858. Windows color (decimal): -10528696 or 4741215. OLE color: 4741215.

HSL color Cylindrical-coordinate representation of color #5F5848: hue angle of 41.74º 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 #5F5848 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 88 72 -
CMYK 0 0.07 0.24 0.63
HSL 41.74º 0.14% 0.33% -
HSV(B) 41.74º 0.24% 0.37% -
XYZ 9.38 9.88 7.54 -
YUV 88.27 118.82 132.8 -
System Red Green Blue C M Y K H S L
Decimal 95 88 72 0 0.07 0.24 0.63 41.74 0.14 0.33
Hex 5F 58 48 0 7 18 3F 2A E 21
Octal 137 130 110 0 7 30 77 52 16 41
Binary 1011111 1011000 1001000 0 111 11000 111111 101010 1110 100001

Color Harmonies of #5F5848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5848

Black with #5F5848

Text Example


Text Example

White with #5F5848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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