Html Css Color HEX #534F48 Masala

📋 copy color: '#534F48'

red 83 ◦ green 79 ◦ blue 72

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

Shades of Masala #534F48

Tints of Masala #534F48

RGB

 RED value IS 83 (32.81% from 255) = 35.47%

 GREEN value IS 79 (31.25% from 255) = 33.76%

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

R = 35.47%
G = 33.76%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#534F48 (or 0x534F48) is known color: Masala. HEX triplet: 53, 4F and 48. RGB value is (83,79,72). Sum of RGB (Red+Green+Blue) = 83+79+72=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 83 - color contains mainly: red. Hex color #534F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F48 is #ACB0B7. Grayscale: #4F4F4F. Windows color (decimal): -11317432 or 4738899. OLE color: 4738899.

HSL color Cylindrical-coordinate representation of color #534F48: hue angle of 38.18º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #534F48 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 79 72 -
CMYK 0 0.05 0.13 0.67
HSL 38.18º 0.07% 0.3% -
HSV(B) 38.18º 0.13% 0.33% -
XYZ 7.53 7.9 7.26 -
YUV 79.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 83 79 72 0 0.05 0.13 0.67 38.18 0.07 0.3
Hex 53 4F 48 0 5 D 43 26 7 1E
Octal 123 117 110 0 5 15 103 46 7 36
Binary 1010011 1001111 1001000 0 101 1101 1000011 100110 111 11110

Color Harmonies of #534F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534F48

Black with #534F48

Text Example


Text Example

White with #534F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534F48; }

 p { color: rgb(83,79,72); }

 H1.HeaderClassName
 {
   color: #534F48;
 }
 .AnyTagClassName
 {
   color: #534F48;
 }
</style>

background-color css

<style>
 a { background-color: #534F48; }

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

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

border-color css

<style>
 span { border-color: #534F48; }

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

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