Html Css Color HEX #56524B Masala

📋 copy color: '#56524B'

red 86 ◦ green 82 ◦ blue 75

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

Shades of Masala #56524B

Tints of Masala #56524B

RGB

 RED value IS 86 (33.98% from 255) = 35.39%

 GREEN value IS 82 (32.42% from 255) = 33.74%

 BLUE value IS 75 (29.69% from 255) = 30.86%

R = 35.39%
G = 33.74%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#56524B (or 0x56524B) is known color: Masala. HEX triplet: 56, 52 and 4B. RGB value is (86,82,75). Sum of RGB (Red+Green+Blue) = 86+82+75=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 86 - color contains mainly: red. Hex color #56524B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56524B is #A9ADB4. Grayscale: #525252. Windows color (decimal): -11120053 or 4936278. OLE color: 4936278.

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

Color convert

RGB 86 82 75 -
CMYK 0 0.05 0.13 0.66
HSL 38.18º 0.07% 0.32% -
HSV(B) 38.18º 0.13% 0.34% -
XYZ 8.13 8.52 7.87 -
YUV 82.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 86 82 75 0 0.05 0.13 0.66 38.18 0.07 0.32
Hex 56 52 4B 0 5 D 42 26 7 20
Octal 126 122 113 0 5 15 102 46 7 40
Binary 1010110 1010010 1001011 0 101 1101 1000010 100110 111 100000

Color Harmonies of #56524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56524B

Black with #56524B

Text Example


Text Example

White with #56524B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56524B; }

 p { color: rgb(86,82,75); }

 H1.HeaderClassName
 {
   color: #56524B;
 }
 .AnyTagClassName
 {
   color: #56524B;
 }
</style>

background-color css

<style>
 a { background-color: #56524B; }

 a { background-color: rgb(86,82,75); }

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

border-color css

<style>
 span { border-color: #56524B; }

 span { border-color: rgb(86,82,75); }

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